Created
December 1, 2014 20:46
-
-
Save kelseyhightower/8c2593d63ec3d6a98433 to your computer and use it in GitHub Desktop.
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
| 205 docker images | |
| 206 docker run --name=redis redis /bin/true | |
| 207 docker export redis | sudo tar -x -C redis - | |
| 208 docker export redis | sudo tar -x -C redis -f - | |
| 209 ls redis/ | |
| 210 cat redis/entrypoint.sh | |
| 211 cp manifest.json redis.json | |
| 212 vim redis | |
| 213 vim redis.json | |
| 214 vim redis.json | |
| 215 actool build --app-manifest redis.json redis redis.aci | |
| 216 sudo actool build --app-manifest redis.json redis redis.aci | |
| 217 actool build --app-manifest redis.json redis redis.aci | |
| 218 ls redis/ | |
| 219 rm -rf redis/tmp/ | |
| 220 chown core -R redis | |
| 221 sudo chown core -R redis | |
| 222 actool build --app-manifest redis.json redis redis.aci | |
| 223 sudo ./go/src/github.com/coreos/rocket/bin/rkt run redis.aci | |
| 224 history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment