You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vendor/src/github.com/docker/libcontainer/CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,21 +24,21 @@ The following packages are required to compile libcontainer natively.
24
24
- git
25
25
- cgutils
26
26
27
-
You can develop on OS X, but you are limited to Dockerfile-based builds only.
27
+
You can develop on OSX, but you are limited to Dockerfile-based builds only.
28
28
29
29
### Building libcontainer from Dockerfile
30
30
31
31
make all
32
32
33
33
This is the easiest way of building libcontainer.
34
-
As this build is done using Docker, you can even run this from [OS X](https://github.com/boot2docker/boot2docker)
34
+
As this build is done using Docker, you can even run this from [OSX](https://github.com/boot2docker/boot2docker)
35
35
36
36
### Testing changes with "nsinit"
37
37
38
38
make sh
39
39
40
40
This will create an container that runs `nsinit exec sh` on a busybox rootfs with the configuration from ['minimal.json'](https://github.com/docker/libcontainer/blob/master/sample_configs/minimal.json).
41
-
Like the previous command, you can run this on OS X too!
41
+
Like the previous command, you can run this on OSX too!
0 commit comments