Skip to content

Instantly share code, notes, and snippets.

@naltun
Created February 28, 2018 15:00
Show Gist options
  • Save naltun/d1fdc23196d0a39421eea88bf6b7a6a3 to your computer and use it in GitHub Desktop.
Save naltun/d1fdc23196d0a39421eea88bf6b7a6a3 to your computer and use it in GitHub Desktop.
installing docker on Antergos
yes | pacman -Syu docker
systemctl start docker.socket
systemctl start docker.service
# RETURNS:
#Job for docker.service failed because the control process exited with error code.
# See "systemctl status docker.service" and "journalctl -xe" for details.
journalctl -xe
# Feb 28 09:58:39 systemd[1]: docker.service: Start request repeated too quickly.
# Feb 28 09:58:39 systemd[1]: docker.service: Failed with result 'exit-code'.
# Feb 28 09:58:39 systemd[1]: Failed to start Docker Application Container Engine.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment