Skip to content

Instantly share code, notes, and snippets.

@zerowebcorp
Last active May 23, 2020 22:09

Revisions

  1. Vivek revised this gist May 23, 2020. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions docker-latest-install-oneliner
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    `
    curl https://get.docker.com | bash -s
    `
    curl https://get.docker.com | bash -s
  2. Vivek revised this gist May 23, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions docker-latest-install-oneliner
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    ```
    `
    curl https://get.docker.com | bash -s
    ```
    `
  3. Vivek revised this gist May 23, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion docker-latest-install-oneliner
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    curl https://get.docker.com | bash -s
    ```
    curl https://get.docker.com | bash -s
    ```
  4. Vivek created this gist May 23, 2020.
    1 change: 1 addition & 0 deletions docker-latest-install-oneliner
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    curl https://get.docker.com | bash -s