Last active
December 26, 2017 08:43
-
-
Save mjavadhpour/e760c389dbffe3d5803fc625395c63b0 to your computer and use it in GitHub Desktop.
Revisions
-
mjavadhpour revised this gist
Dec 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -6,4 +6,4 @@ in ``` /etc/apt/sources.list ``` (as mentioned on the Ubuntu site at [libsystemd-journal0](http://packages.ubuntu.com/trusty/i386/libsystemd-journal0/download)), then doing `apt-get update`, `apt-get install libsystemd-journal0` and `apt-get install docker-engine`. -
mjavadhpour revised this gist
Dec 26, 2017 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,9 @@ I seem to have resolved this by putting ``` deb http://cz.archive.ubuntu.com/ubuntu trusty main ``` in ``` /etc/apt/sources.list ``` (as mentioned on the Ubuntu site at http://packages.ubuntu.com/trusty/i386/libsystemd-journal0/download), then doing `apt-get update`, `apt-get install libsystemd-journal0` and `apt-get install docker-engine`. -
mjavadhpour created this gist
Dec 26, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ I seem to have resolved this by putting deb http://cz.archive.ubuntu.com/ubuntu trusty main in /etc/apt/sources.list (as mentioned on the Ubuntu site at http://packages.ubuntu.com/trusty/i386/libsystemd-journal0/download), then doing apt-get update, apt-get install libsystemd-journal0 and apt-get install docker-engine.