mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-02-21 00:15:41 +01:00
Create docker-ce.j2
docker repo for RHEL family
This commit is contained in:
parent
3ae29c13ab
commit
b120481824
6
templates/docker-ce.j2
Normal file
6
templates/docker-ce.j2
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[docker-ce-stable]
|
||||||
|
name=Docker CE Stable - $basearch
|
||||||
|
baseurl=https://download.docker.com/linux/centos/7/$basearch/stable
|
||||||
|
enabled=1
|
||||||
|
gpgcheck=1
|
||||||
|
gpgkey=https://download.docker.com/linux/centos/gpg
|
Loading…
Reference in New Issue
Block a user