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

https://github.com/gnokoheat/docker-collection

Collection of dockerfile and docker-compose files
https://github.com/gnokoheat/docker-collection

docker docker-compose docker-compose-template docker-container

Last synced: 5 months ago
JSON representation

Collection of dockerfile and docker-compose files

Awesome Lists containing this project

README

          

# docker-collection
Collection of dockerfile and docker-compose files

## install docker engine
```
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $(whoami)
```

## install docker compose
```
sudo apt install docker-compose
```