====== Docker ====== ===== Installation ===== Add repository and install curl -sSL https://get.docker.com | sh # Output # Executing docker install script, commit: f45d7c11389849ff46a6b4d94e0dd1ffebca32c1 + sh -c apt-get update -qq >/dev/null + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null + sh -c curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" | apt-key add -qq - >/dev/null + sh -c echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable" > /etc/apt/sources.list.d/docker.list + sh -c apt-get update -qq >/dev/null + [ -n ] + sh -c apt-get install -y -qq --no-install-recommends docker-ce >/dev/null + sh -c docker version ===== Configuration ===== ===== Commands ===== ^ Command ^ Function ^ | Placeholder | Placeholder | ===== Troubleshooting ===== ==== Placeholder ==== __Reason:__ \\ \\ __Fix:__ \\ \\