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
- Host: GitHub
- URL: https://github.com/ctrly4sh/Docker-node
- Owner: ctrly4sh
- Created: 2024-06-04T17:08:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:20:03.000Z (about 2 years ago)
- Last Synced: 2024-06-05T19:54:05.113Z (about 2 years ago)
- Language: Dockerfile
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.