Managing containers
Now that we have a Zun setup running, we will try to do some operations on containers in this section.
We will now create a container in Zun. But before that, let's check the Docker status:
$ sudo docker ps -aCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
We can see that no container exists now. Now, let's create the container:
$ zun create --name test cirros ping -c 4 8.8.8.8+-------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+| Property | Value |+----------------...