6° Correction installation de Docker-CE sur CentOS

This commit is contained in:
2018-04-28 09:53:38 +02:00
parent f60a9ee7f0
commit c31f2e09ed

View File

@@ -6,12 +6,18 @@
- yum-utils
- device-mapper-persistent-data
- lvm2
Docker Add Repo:
cmd.run:
name: yum-config-manager -y --add-repo 'https://download.docker.com/linux/centos/docker-ce.repo'
Docker CE installation:
pkg.installed:
- pkgs:
- docker-ce
docker:
service.running:
- enable: True
{% endif %}
{% endif %}