CIS 251 Guided Practice 5.6

docx

School

ECPI University, Virginia Beach *

*We aren’t endorsed by this school

Course

251

Subject

Computer Science

Date

Jan 9, 2024

Type

docx

Pages

2

Uploaded by SuperHumanKnowledgeDinosaur27

Report
Frankie Gunn 11/4/2023 Professor Barefoot CIS 251 Advanced Windows Server CIS 251 Guided Practice 5.6 Docker Networking Commands Command Example Description docker network ls docker network ls Display all the networks available docker inspect nat Docker inspect nat See the details of a specific network Test- NetConnection Test-NetConnection -CommonTCPPort HTTP - ComputerName 172.18.145.78 Verifying that the host firewall is still operational docker network create docker network create --driver nat --subnet 192.168.128.0/17 Test-Nat Output the id for the network docker run docker run -it --name Net-Test --network Test-Nat iis-core-template PowerShell Testing the network container
docker network connect docker network connect VS-EXT-01 Net-Test To connect the container to the network docker network disconnect docker network disconnect VS-EXT-01 Net-Test Disconnect the adapter form the container
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help