Skip to content

Instantly share code, notes, and snippets.

@jzaccone
Created June 10, 2016 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jzaccone/f1e292c42d9e1b89ae83c35b1b5e96cf to your computer and use it in GitHub Desktop.
Save jzaccone/f1e292c42d9e1b89ae83c35b1b5e96cf to your computer and use it in GitHub Desktop.
Install runc and its dependencies on AWS Redhat instance
wget https://github.com/opencontainers/runc/releases/download/v0.1.1/runc-amd64
sudo mv runc-amd64 /usr/bin/runc
sudo chmod a+x /usr/bin/runc
wget ftp://195.220.108.108/linux/Mandriva/devel/cooker/x86_64/media/contrib/release/lib64apparmor1-2.3-1.1310.4-mdv2012.0.x86_64.rpm
wget ftp://195.220.108.108/linux/centos/7.2.1511/os/x86_64/Packages/libseccomp-2.2.1-1.el7.x86_64.rpm
sudo rpm -i *.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment