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: about 2 months ago
JSON representation

Docker examples of deployments and ideas

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
```