Last active
August 29, 2015 14:22
-
-
Save markllama/471c19b493624b025d19 to your computer and use it in GitHub Desktop.
Rocket - run a simple container
This file contains hidden or 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
sudo rkt run https://github.com/fedora-cloud/Fedora-rktfiles/releases/download/v0.5.1/bash-1.2.1-linux-amd64.aci 2>&1 | more | |
rkt: fetching image from https://github.com/fedora-cloud/Fedora-rktfiles/release | |
s/download/v0.5.1/bash-1.2.1-linux-amd64.aci | |
Downloading signature from https://github.com/fedora-cloud/Fedora-rktfiles/relea | |
ses/download/v0.5.1/bash-1.2.1-linux-amd64.aci.asc | |
Downloading signature: [=======================================] 473 B/473 B | |
Downloading ACI: [ ] 16.4 KB/2.81 MB | |
Downloading ACI: [=============================================] 2.81 MB/2.81 MB | |
rkt: signature verified: | |
Mark Lamourine (Rocket Images) <[email protected]> | |
--- Running bash in Rocket --- | |
------------------------------ | |
--- Environment --- | |
SHELL=/bin/sh | |
USER=root | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
PWD=/ | |
HOME=/root | |
SHLVL=2 | |
AC_APP_NAME=fedora-rocketfiles/bash | |
LOGNAME=root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment