Created
January 9, 2015 00:57
-
-
Save kelseyhightower/1bdde9d4adff495fd005 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
| $ sudo ./bin/rkt fetch example.com/hello:0.0.1 | |
| rkt: starting to discover app img example.com/hello:0.0.1 | |
| rkt: starting to fetch img from http://example.com/images/example.com/hello-0.0.1-linux-amd64.aci | |
| Downloading aci: [ ] 1.45 KB/1.26 MB | |
| keystore: checking signature openpgp: signature made by unknown entity | |
| $ sudo mv ~/3028A353FEA3A704 /etc/rkt/trustedkeys/prefix.d/coreos.com/hello/3028A353FEA3A704 | |
| $ sudo ./bin/rkt fetch example.com/hello:0.0.1 | |
| rkt: starting to discover app img example.com/hello:0.0.1 | |
| rkt: starting to fetch img from http://example.com/images/example.com/hello-0.0.1-linux-amd64.aci | |
| Downloading aci: [ ] 3.91 KB/1.26 MB | |
| sha512-b3f138e10482d4b5f334294d69ae5c40 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment