Surya.dev
Published on

Docker Containers

Authors

Docker CLI Command

You can run Docker command line interface or CLI command from a Bash terminal to manage your Docker images and containers.

Image Docker CLI For more information about Docker CLI commands, see https://docs.docker.com/engine/reference/commandline/cli/

Example command

  • docker build

    Build an image from a Dockerfile in the current directory, and name the image node_app

    Image Docker CLI
  • docker run

    Image Docker CLI