Comment on Should I move to Docker?
ChapulinColorado@lemmy.world 11 months agoI would suggest docker compose before a UI to someone that likes to work via the command line.
Many popular docker repositories also automatically give docker run equivalents in compose format, so the learning curve is not as steep.
ARNiM@lemmy.world 11 months ago
There is even a tool to convert Docker Run commands to a Docker Compose file :)
Such as this one hosted by Opnxng:
it.opnxng.com/docker-run-to-docker-compose-conver…