https://github.com/avivharuzi/devops-with-docker
Docker examples of deployments and ideas
https://github.com/avivharuzi/devops-with-docker
docker docker-compose
Last synced: about 2 months ago
JSON representation
Docker examples of deployments and ideas
- Host: GitHub
- URL: https://github.com/avivharuzi/devops-with-docker
- Owner: avivharuzi
- License: mit
- Created: 2018-08-30T17:26:04.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T17:48:21.000Z (over 4 years ago)
- Last Synced: 2025-01-15T15:02:45.431Z (over 1 year ago)
- Topics: docker, docker-compose
- Language: Shell
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devops with Docker
Docker examples of deployments and ideas.
## Useful Docker Scripts
### Install Docker (Docker and Docker Compose)
```sh
./install-docker
```
### Cleanup Docker (Containers, Images and Volumes)
```sh
./cleanup-docker
```
### Uninstall (Removes Entirely Docker and Docker Compose)
```sh
./uninstall-docker
```