Conversation
Notices
-
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:40 JST racist teto @grips can we get quote posts to work or is that a shitposter.world-only feature? -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:31 JST racist teto @not_benis @grips but yes ansible is still better than doing it by hand long-term. Docker just takes away a lot of the headaches when it comes to dependencies. Dependencies cause a huge amount of workload for admins. Esp when the OS gets updated but the software still needs old versions of its dependencies. Try doing that with ansible. Not possible, you need containers for that. -
Embed this notice
mk (mk@mastodon.satoshishop.de)'s status on Friday, 02-Aug-2024 02:53:31 JST mk i love docker 🙂
most docker images i use are automatically pulled on container creation.---
migrating a application with docker
1. docker compose down
2. move the application-folder (contains userdata, database and config files) to another machine-> new machine
3. docker compose up -d -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:32 JST racist teto @not_benis @grips ansible is just bash and ssh but with yaml format. It doesnt really take away work if every server has a different config -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:33 JST 🍔fat fuck🍔 (road to sick cunt) @teto @grips what's the difference with an orchestrating system such as Ansible? -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:33 JST racist teto @not_benis @grips ansible is for deployment itself, containers happen after that occurs. I used to use ansible to deploy dockers. Just to not have to fiddle around with the software that runs IN the docker -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:33 JST 🍔fat fuck🍔 (road to sick cunt) @teto @grips I was under the impression that you could use Ansible to configure a system from the inside just as you would a container -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:34 JST racist teto @not_benis @grips deployment time is automatic and fast with containers. It takes seconds and youre on a new version. It takes seconds to even make it run the first time. If we dont count editing a single text file. -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:35 JST racist teto @not_benis @grips you dont get what im even saying here lol -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:35 JST 🍔fat fuck🍔 (road to sick cunt) @teto @grips if you're making a nuanced point, you can't post one line and expect people to get it immediately -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:36 JST racist teto @grips @not_benis podman then. Only retards think containers arent needed. Or coders who have never been admins. It makes life easier. (EASIER MEANS SAVES TIME FOR ALL THE ARCHTARDS OUT THERE) -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:36 JST 🍔fat fuck🍔 (road to sick cunt) @teto @grips what's wrong with just keeping backups -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:37 JST racist teto @not_benis @grips he could just deploy the docker version and rebuild a new version every week automatically without having to do shit -
Embed this notice
john paul grips (grips@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:37 JST john paul grips @teto @not_benis docker? I barely even know her! -
Embed this notice
john paul grips (grips@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:38 JST john paul grips @not_benis @teto nah I'm just lazy -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:38 JST 🍔fat fuck🍔 (road to sick cunt) @grips @teto congratulations, you triggered the g*rman -
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:39 JST racist teto @grips sasuga admin san -
Embed this notice
🍔fat fuck🍔 (road to sick cunt) (not_benis@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:39 JST 🍔fat fuck🍔 (road to sick cunt) @teto @grips he refuses to upgrade until another showstopping bug gets discovered -
Embed this notice
john paul grips (grips@cawfee.club)'s status on Friday, 02-Aug-2024 02:53:40 JST john paul grips @teto idk -
Embed this notice
mk (mk@mastodon.satoshishop.de)'s status on Friday, 02-Aug-2024 02:55:04 JST mk migrating a application without docker
1. find credentials for the database-system
2. export the database to .sql file
3. copy userdata and .sql file to new system
4. apt remove application
5. update-rc.d application disable-> new machine
6. apt install database-system
7. create db user, import .sql file and delete .sql file
8. apt install application
9. update-rc.d application enable -
Embed this notice
mk (mk@mastodon.satoshishop.de)'s status on Friday, 02-Aug-2024 02:58:30 JST mk "Podman is slightly better than Docker"
podman runs without root privileges, right?
can you create "virtual" networks (linux bridges) with podman?
szenario:
setup a application that can not connect to the internet, but can receive connections from it.
example in docker:
https://mastodon.satoshishop.de/@mk/110327888879406504is this possible with podman?
-
Embed this notice
racist teto (teto@cawfee.club)'s status on Friday, 02-Aug-2024 02:58:31 JST racist teto @mk @grips @not_benis yeah moving it is also handy. And mostly distro-agnostic. It is literally. Just. Better.
Podman is slightly better than Docker is but it doesnt have the "brand recognition" yet and I basically use "docker" like people say "googling"In conversation permalink
-
Embed this notice