Docker Command Reference Table
Command / OptionDescription
docker run <image>Run a container from an image
docker run -d <image>Run container in detached mode (in background)
docker run -it <image>Run container interactively with terminal
docker run --name <name> <image>Give...
shreyashmyakal.hashnode.dev2 min read