Containers
- How I turn a long docker run command into Docker Compose
A docker run command is fine when it is short. But after a few ports, volumes, and environment variables, it becomes hard to read and easy to break. You may see something like this:
A docker run command is fine when it is short. But after a few ports, volumes, and environment variables, it becomes hard to read and easy to break. You may see something like this: