add bundle:docker-ce
This commit is contained in:
parent
eee786fabf
commit
019cc69371
4 changed files with 89 additions and 1 deletions
15
bundles/docker-ce/metadata.py
Normal file
15
bundles/docker-ce/metadata.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'repos': {
|
||||
'docker': {
|
||||
'items': {
|
||||
'deb https://download.docker.com/linux/debian {os_release} stable',
|
||||
},
|
||||
},
|
||||
},
|
||||
'packages': {
|
||||
'docker-ce': {},
|
||||
'docker-ce-cli': {},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue