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

https://github.com/arnabd64/docker-containers


https://github.com/arnabd64/docker-containers

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Docker Containers

First create a docker network by running the following command:

```bash
docker network create --driver=bridge --subnet=172.40.0.0/16 docker-net
```