ubuntu
-
[Docker] installation on Ubuntu 16.04.7 LTSCloud/Openstack_K8s_Docker 2021. 2. 24. 15:48
To test and make a lab for K8s(Kubernetes) - Installation: $ sudo apt install docker.io - Verification: $ sudo docker info terry@ubuntu:~$ sudo apt install docker.io Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: bridge-utils cgroupfs-mount containerd pigz runc ubuntu-fan Suggested packages: mountall a..
-
OVS(Open Virtual Switch) installation on Ubuntu 16.04.7LTSCloud/Openstack_K8s_Docker 2021. 2. 24. 15:42
To connect Docker containers by OvS - installation : $ sudo apt install -y openvswitch-switch - verification : $ sudo ovs-vsctl show terry@ubuntu:~$ sudo apt install -y openvswitch-switch [sudo] password for terry: Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libpython-stdlib libpython2.7-minimal lib..