1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 10:46:34 +00:00

Completed HA/VM section

This commit is contained in:
David Young
2017-07-16 23:34:10 +12:00
parent d9897c5807
commit 4548e63b60
3 changed files with 51 additions and 20 deletions

View File

@@ -11,10 +11,3 @@ We start building our cloud with virtual machines. You could use bare-metal mach
* Connectivity to each other within the same subnet, and on a low-latency link (i.e., no WAN links)
## Preparation
### Install latest docker
```
systemctl disable docker --now
systemctl enable docker-latest --now
sed -i '/DOCKERBINARY/s/^#//g' /etc/sysconfig/docker
```