Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save F5Training/9ec68b8e39b0295332628b4b22eb37b8 to your computer and use it in GitHub Desktop.
Save F5Training/9ec68b8e39b0295332628b4b22eb37b8 to your computer and use it in GitHub Desktop.
#cloud-config
#apt_mirror: http://sg.archive.ubuntu.com/ubuntu/
apt:
# Preserve existing /etc/apt/sources.list
# Default: overwrite sources_list with mirror. If this is true
# then apt_mirror above will have no effect
preserve_sources_list: false
#
#
#
primary:
- arches:
- amd64
uri: "http://archive.ubuntu.com/ubuntu/"
security:
- arches:
- amd64
uri: "http://security.ubuntu.com/ubuntu"
sources:
docker-ce.list:
source: "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
keyid: {{ keyid }}
packages:
- docker-ce
- docker-ce-cli
- containerd.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment