Hacker News new | ask | show | jobs
by jeffybefffy519 1238 days ago
I would say you need to learn about: - docker compose: because you can describe your entire project’s environment in it - docker composes environment file and projects - ci/cd system of choice - probably something like ansible to be the glue between ci/cd and docker

Good luck!