Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created December 4, 2018 18:23
Show Gist options
  • Save GJSissons/7228230edefd13b49e283fd9e4ddd4d3 to your computer and use it in GitHub Desktop.
Save GJSissons/7228230edefd13b49e283fd9e4ddd4d3 to your computer and use it in GitHub Desktop.
univa_docker_fig2.txt
#!/bin/bash
#
# Install docker on Grid Engine compute host
#
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 -y --setopt=obsoletes=0 \
docker-ce-17.03.0.ce-1.el7.centos \
docker-ce-selinux-17.03.0.ce-1.el7.centos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment