From 1d13d7e2b314a84abe94f00d4c1d787a40f4d7fb Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Thu, 16 Oct 2014 10:40:25 -0400 Subject: [PATCH 1/1] 3787: Extra note that once inside the container the user can do anything. --- doc/user/topics/arv-docker.html.textile.liquid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user/topics/arv-docker.html.textile.liquid b/doc/user/topics/arv-docker.html.textile.liquid index 2bf4b8f405..46e220f13a 100644 --- a/doc/user/topics/arv-docker.html.textile.liquid +++ b/doc/user/topics/arv-docker.html.textile.liquid @@ -148,6 +148,8 @@ Type 'q()' to quit R. +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@: -- 2.30.2