mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-18 21:09:38 +00:00
9 lines
337 B
YAML
9 lines
337 B
YAML
---
|
|
# Debian / Ubuntu specific:
|
|
|
|
- name: apt-import gpg key for the docker repository
|
|
shell: curl -sSL https://get.docker.com/gpg | sudo apt-key add -
|
|
|
|
- name: install docker
|
|
shell: 'curl -sSL https://get.docker.com/ | sed -e s/docker-engine/docker-engine={{ docker_version }}*/ -e s/docker-ce/docker-ce={{ docker_version }}*/ | sh'
|