How to run a docker container in the background or detached mode in the terminal?
Originally Published Here ๐!
To run a docker container in the background or the detached mode from the terminal, you can use the docker run command followed by the -d flag (or detached flag) and followed by the name of the docker image you need to u...
melvingeorge-me.hashnode.dev2 min read