- Published on
Docker Containers
- Authors
- Name
- Surya Harahap
- @suryaharahap18
Docker CLI Command
You can run Docker command line interface or CLI command from a Bash terminal to manage your Docker images and containers.
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
docker run