Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-12-04T17:48:21.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T21:18:18.549Z (7 months 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
```