Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fungs committed Jan 15, 2015
1 parent 9b31e60 commit 16daad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The Dockerfile and /dckr folder define an interface and enforce the binding of a
Variables for use in container
-----

Use the environment variables which are defined in the Dockerfile in your scripts and applications. Do not use absolute paths except for mounting the host volumes to the container (this is a limitation of the docker commmand). To list available mount points and their locations, see the output of ```docker run image --list-mount```. To see an exhaustive list of defined variables and their values, see the output of ```docker run cami/base --list-var```.
Use the environment variables which are defined in the Dockerfile in your scripts and applications. Do not use absolute paths except for mounting the host volumes to the container (this is a limitation of the docker commmand). To list available mount points and their locations, see the output of ```docker run image --list-mount```. To see an exhaustive list of defined variables and their values, see the output of ```docker run image --list-var```.

0 comments on commit 16daad3

Please sign in to comment.