Created
June 10, 2016 19:43
-
-
Save jzaccone/f1e292c42d9e1b89ae83c35b1b5e96cf to your computer and use it in GitHub Desktop.
Install runc and its dependencies on AWS Redhat instance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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