Skip to content

Instantly share code, notes, and snippets.

@mjavadhpour
Last active December 26, 2017 08:43
Show Gist options
  • Select an option

  • Save mjavadhpour/e760c389dbffe3d5803fc625395c63b0 to your computer and use it in GitHub Desktop.

Select an option

Save mjavadhpour/e760c389dbffe3d5803fc625395c63b0 to your computer and use it in GitHub Desktop.

Revisions

  1. mjavadhpour revised this gist Dec 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion ubuntu-trusty-package.md
    Original 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 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`.
    (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`.
  2. mjavadhpour revised this gist Dec 26, 2017. 1 changed file with 9 additions and 1 deletion.
    10 changes: 9 additions & 1 deletion ubuntu-trusty-package.md
    Original 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.
    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`.
  3. mjavadhpour created this gist Dec 26, 2017.
    1 change: 1 addition & 0 deletions ubuntu-trusty-package.md
    Original 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.