Sha256: 3088afbf03f22c84c33fbe9045612a6c5395882896a9984a501f22479ffd6c09
Contents?: true
Size: 581 Bytes
Versions: 1
Compression:
Stored size: 581 Bytes
Contents
if gearship.install "docker-ce"; then curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt-get update sudo apt-get install -y linux-image-extra-$(uname -r) \ linux-image-extra-virtual \ apt-transport-https \ ca-certificates \ software-properties-common \ docker-ce fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gearship-0.2.4 | lib/templates/actions/install_docker.sh |