Docker 101: Commands
note: BEFORE RUNNING COMMAND ON CLI, ALWAYS RUN YOUR DOCKER DESKTOP
COMMANDS
docker run
Start a new container from an image. If the image is not present locally, it will be downloaded from the registry and run:
docker run IMAGE_NAME
IMAGE_NAME is t...
devjobalia.hashnode.dev9 min read