Last Updated on July 31, 2021 by Admin 1
Refer to the exhibit.
docker network create -d bridge –subnet 192.168.0.0/24 –gateway 192.168.0.1 dockernet
- Fixed Ips for host and the containers
- Bridge for hosts
- Bridge for containers
- Create network between host and a container