Created
February 28, 2018 15:00
-
-
Save naltun/d1fdc23196d0a39421eea88bf6b7a6a3 to your computer and use it in GitHub Desktop.
installing docker on Antergos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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