Docker Networking Basics | Docker Network Commands | Docker Create Network

    2
    12



    I’ve covered the following docker network basic commands in this docker networking tutorial:

    docker network ls

    docker network create networkName

    docker network inspect networkName

    docker run –name containerName -d -it –net networkName
    imagename options

    docker network connect networkName containerName

    docker attach containerName

    docker exec -it containerName options

    docker network disconnect networkName containerName

    docker network rm networkName

    docker network prune

    I hope you will find this docker networking tutorial helpful in understanding the docker networking concepts.

    source

    Previous articleTop 5 Use Cases For AWS Lambda
    Next articleRobotic Process Automation (RPA) bots in action