Sha256: 31a1ad549dd85d0911000c6ff35429ee6683a3d0ae10cc9cad846aa4fdbecd5d

Contents?: true

Size: 497 Bytes

Versions: 6

Compression:

Stored size: 497 Bytes

Contents

if gearship.install "docker-ce"; then
    sudo apt-get install -y linux-image-extra-$(uname -r) linux-image-extra-virtual
    
    sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common
    
    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 docker-ce
fi

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gearship-0.2.3 lib/templates/actions/install_docker.sh
gearship-0.2.2 lib/templates/actions/install_docker.sh
gearship-0.2.1 lib/templates/actions/install_docker.sh
gearship-0.2.0 lib/templates/actions/install_docker.sh
gearship-0.1.4 lib/templates/actions/install_docker.sh
gearship-0.1.3 lib/templates/actions/install_docker.sh