Running a KVM virtual machine inside a runc contianer.
- A host which can run KVM virtual machines using Vagrant.
| This is a silly example for dinking around with the Docker API on a link-local dummy interface. |
| #!/bin/bash | |
| # | |
| # Generates client and server certificates used to enable HTTPS | |
| # remote authentication to a Docker daemon. | |
| # | |
| # See http://docs.docker.com/articles/https/ | |
| # | |
| # To start the Docker Daemon: | |
| # | |
| # sudo docker -d \ |