1
0
mirror of https://github.com/krislamo/graylog_demo synced 2024-09-19 21:50:36 +00:00

Enable docker daemon on boot

This commit is contained in:
Kris Lamoureux 2020-01-22 11:07:04 -05:00
parent db5460412c
commit c02ad3bbaa
Signed by: kris
GPG Key ID: A30022791E1719A4

1
Vagrantfile vendored
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