-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
It may be useful to add a how-to / getting started doc for people who may want to run the OCI Tools on a new, clean VM. (Such a process may also be useful for replicable certification results.)
Please comment and tag me back if it would be helpful for me to create a PR.
With help from @mrunalp, below are instructions that worked for me:
- mkdir ~/gosrc (could be any directory)
- export GOPATH=~/gosrc
- sudo apt-get install gccgo-go
- go get github.com/opencontainers/ocitools
- cd ~/gosrc/src/github.com/opencontainers/ocitools
- make
- sudo apt-get install go-md2man
- sudo make install
Metadata
Metadata
Assignees
Labels
No labels