语速
Sometimes we need to start a container that does not stop, for debugging our application or using devcontainer.
If we want to accomplish this in the Dockerfile, we can add the following:
| |
If it’s docker-compose.yml, we can do it like this
| |
This way, the container will not stop.
