We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595bea0 + 0f3d824 commit e59b6d4Copy full SHA for e59b6d4
README.md
@@ -41,8 +41,18 @@ make
41
sudo make install
42
```
43
44
+You can also use `go get` to install to your `GOPATH`, assuming that you have a `github.com` parent folder already created under `src`:
45
+
46
+```bash
47
+go get github.com/opencontainers/runc
48
+cd $GOPATH/src/github.com/opencontainers/runc
49
+make
50
+sudo make install
51
+```
52
53
`runc` will be installed to `/usr/local/sbin/runc` on your system.
54
55
56
#### Build Tags
57
58
`runc` supports optional build tags for compiling support of various features.
0 commit comments