Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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