https://github.com/arnabd64/docker-containers
https://github.com/arnabd64/docker-containers
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arnabd64/docker-containers
- Owner: arnabd64
- License: mit
- Created: 2024-12-18T05:35:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T07:37:41.000Z (over 1 year ago)
- Last Synced: 2025-02-13T18:42:45.808Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```