4
Argos
171d

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 😭😭😭
  • 0
    @retoor this shit exists because of Windows only. Most shit runs on linux and macos thanks to unix.
  • 2
    thanks for info
Add Comment