Skip to content

Instantly share code, notes, and snippets.

@Shashwatsh
Created June 1, 2018 08:15
Show Gist options
  • Save Shashwatsh/8895905c69afe977d2e8a32a80454293 to your computer and use it in GitHub Desktop.
Save Shashwatsh/8895905c69afe977d2e8a32a80454293 to your computer and use it in GitHub Desktop.

Revisions

  1. Shashwatsh created this gist Jun 1, 2018.
    9 changes: 9 additions & 0 deletions docker-install-centos.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    yum install -y yum-utils \
    device-mapper-persistent-data \
    lvm2

    yum-config-manager \
    --add-repo \
    https://download.docker.com/linux/centos/docker-ce.repo

    yum install docker-ce