An open API service indexing awesome lists of open source software.

https://github.com/ctrly4sh/Docker-node

Commands , Config for docker
https://github.com/ctrly4sh/Docker-node

Last synced: about 1 year ago
JSON representation

Commands , Config for docker

Awesome Lists containing this project

README

          

# Docker-Config
Learning Commands and Configs for docker

Docker CLI :

Basic Commands

1. docker run – This command is used to start a new Docker container from an image.
2. docker ps – This command is used to list all the running Docker containers.
3. docker stop – This command is used to stop a running container.
4. docker rm – This command is used to remove a Docker container.
5. docker images – This command is used to list all the Docker images that are currently available on your system.
6. docker pull – This command is used to download a Docker image from a registry.
7. docker exec – This command is used to execute a command in a running container.
8. docker-compose – This command is used to manage multi-container Docker applications.