3787: Extra note that once inside the container the user can do anything.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 16 Oct 2014 14:40:25 +0000 (10:40 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 16 Oct 2014 14:40:25 +0000 (10:40 -0400)
doc/user/topics/arv-docker.html.textile.liquid

index 2bf4b8f40513ec62e77a9e3d497b4d8c47301654..46e220f13a13cc47b4b89ec9efdd40bae45726c2 100644 (file)
@@ -148,6 +148,8 @@ Type 'q()' to quit R.
 </code></pre>
 </notextile>
 
+Note that you are not limited to installing Debian packages.  You may compile C programs or libraries from source and install them, edit systemwide configuration files, use other package managers such as @pip@ or @gem@, and perform any other customization necessary to run your program.
+
 h2. Create a new image
 
 We're now ready to create a new Docker image.  First, quit the container, then use @docker commit@ to create a new image from the stopped container.  The container id can be found in the default hostname of the container displayed in the prompt, in this case @a0e8299b59aa@: