Document using the Dockerfile for interactive dev/test cycles
This commit is contained in:
parent
47838051be
commit
d757bd0904
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
# # Apparmor messes with privileged mode: disable it
|
||||
# /etc/init.d/apparmor stop ; /etc/init.d/apparmor teardown
|
||||
#
|
||||
# # Mount your source in an interactive container for quick testing:
|
||||
# docker run -v `pwd`:/go/src/github.com/dotcloud/docker -privileged -lxc-conf=lxc.aa_profile=unconfined -i -t docker bash
|
||||
#
|
||||
#
|
||||
# # Run the test suite:
|
||||
# docker run -privileged -lxc-conf=lxc.aa_profile=unconfined docker go test -v
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue