1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-24 07:01:45 +00:00

Updated details on VM builds

This commit is contained in:
David Young
2017-07-16 22:59:04 +12:00
parent 5548cccb24
commit d9897c5807
7 changed files with 93 additions and 22 deletions

View File

@@ -12,8 +12,9 @@ We start building our cloud with virtual machines. You could use bare-metal mach
## Preparation
1. Install Virtual machines
* Hosts must be within the same subnet, and connected on a low-latency link (i.e., no WAN links)
2. Setup super-user access for your admin user, as a member of the "docker" group
### Install latest docker
```
systemctl disable docker --now
systemctl enable docker-latest --now
sed -i '/DOCKERBINARY/s/^#//g' /etc/sysconfig/docker
```