Tuesday, July 13, 2021

Docker Learning Task 02 - How to create a basic docker network

 How to create a basic docker network


1. Create a docker network named mynetwork.

2. Configure it to use bridge drivers.

3. Set it to use subnet 192.168.40.0/24 and iprange 192.168.40.3/24.

Verification:
Verify the newly-created network using docker network inspect command 


Solution :
Check below the sample solution video for the above task.





PLEASE SUPPORT ME BY
LIKE || SUBSCRIBE || COMMENTS  on MY YOUTUBE CHANNEL AND BLOG 

STAY TUNED FOR MORE VIDEOS.......

#Learn    #Practice    #Re-Learn    #Improve    #Motivate
#Continue-Learning    #Apply    #Get-Help    #Help-Others

No comments:

Post a Comment

Docker Learning Task 02 - How to create a basic docker network

 How to create a basic docker network 1. Create a docker network named  mynetwork . 2. Configure it to use bridge drivers. 3. Set it to use ...