Container
-
[Docker] Connecting two containers via OVSCloud/Openstack_K8s_Docker 2021. 2. 24. 16:39
To connect two containers via OVS. 1. Creating a container. terry@ubuntu:~$ sudo docker run -t -i --name container1 alpine Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine ba3557a56b15: Pull complete Digest: sha256:a75afd8b57e7f34e4dad8d65e2c7ba2e1975c795ce1ee22fa34f8cf46f96a3be Status: Downloaded newer image for alpine:latest / # // now we are in a container. let..