|
84aaf451f7
|
Add ability to load config files, which are processed before command line arguments.
|
2021-01-10 01:21:38 -06:00 |
|
|
0b334ea461
|
Add --cd=<directory> option to run command in specified directory, or --cd option to run command in the current directory. If the container is being created, this directory is added to the list of directories to mount. Otherwise, if the directory does not exist in the container, an error is raised and the command fails to run.
|
2020-09-27 19:39:14 -05:00 |
|
|
b1878aef1b
|
Add --rmi command that removes the generated image.
|
2020-08-20 02:49:34 -05:00 |
|
|
d0adb3b0ed
|
Make default image name image_{CONTAINER_NAME} , and use debian:stable as fallback.
|
2020-08-20 02:37:44 -05:00 |
|
|
77935b49e8
|
Add --env option that sets environment variables in the launched command (not in the container)
|
2020-08-19 02:48:47 -05:00 |
|
|
2aec5cfc3b
|
Add ability to commit the otherworld container to an image. The image is named the same as in --build option.
Also add an --image option (without argument) that uses this image. Not documented because I'm not sure I like this interface.
|
2020-08-19 02:45:38 -05:00 |
|
|
28f14b82b0
|
add more documentation
|
2020-03-27 21:50:13 -05:00 |
|
|
e7552a277a
|
initial commit
|
2020-03-27 00:17:20 -05:00 |
|