How to run a container like detached mode without -d command?
Dec 17, 2022
You can run a container in detached mode without -d command. In order to that you need to first run container once time. After that you start the same container that you mentioned runing container. This way your container will run in detached mode.