Enable docker daemon on boot

This commit is contained in:
2020-01-22 11:18:59 -05:00
parent db5460412c
commit c02ad3bbaa
Vendored
+1
View File
@@ -13,6 +13,7 @@ Vagrant.configure("2") do |config|
https://download.docker.com/linux/centos/docker-ce.repo
yum install -y docker-ce docker-ce-cli containerd.io
systemctl start docker
systemctl -q enable docker
usermod -aG docker vagrant
SHELL