We've already used a container, way back in the LXC section, but now we're going to use the more popular system for running containers.
This section will cover some basic commands, without going into a great deal of depth.
We've already used a container, way back in the LXC section, but now we're going to use the more popular system for running containers.
This section will cover some basic commands, without going into a great deal of depth.
In this section, we're going to use our Ubuntu VM, but make sure that Docker from the previous section is set up first.
SSH to your VM, and be sure to use the previous section to set up the upstream Docker repository before installing Docker:
$ vagrant ssh ubuntu1804
As...