如何使用安装命令创建人​​偶清单以安装docker-ce

时间:2018-06-25 09:28:04

标签: ubuntu docker puppet

安装步骤如下:

Installing Docker:

1. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 

2. sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" 
3. sudo apt-get update 
4. apt-cache policy docker-ce 
5. sudo apt-get install -y docker-ce 

如何在人偶清单中包含这些docker install命令?

0 个答案:

没有答案