4
Argos
4h

Explaining docker in 5 simple steps:

1. We need to be OS agnostic so we we use docker containers
2. We remove 3 lines of code to run migrations on host computer because they are OS specific
3. We add one container for DB and another one to apply Flyway migrations
4. We write 15+ lines of .SH OS SPECIFIC GLUE CODE TO MAKE THAT CONTENIRIZED SHIT WORK
5. Now we are OS agnostic because we use containers

Stupid fucking monkeys

Comments
  • 1
    heard about docker in docker? Argos? fluxcd? No?
    ....

    I wish I didn't hear about those 😭😭😭
  • 1
    @magicMirror huh, in docker you can just run docker in docker right? You just have to mount the socket file IIRC. No special tools needed.

    OS agnostic is so overrated I guess in this world with almost everything working on web or containers. I'm sure that within a few years you're just shipping linux containers to windows that will act as native apps or smth.

    Technically, it could be done tomorrow.
Add Comment