File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11## Changes in 0.1.2 (in development)
22
33* Improve handling of environment file specification (#63 )
4+ * Stop running container on SIGINT (#62 )
45
56## Changes in 0.1.1
67
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ This subcommand runs an xcengine container image. An image can also be run using
2121` docker run ` command, but ` xcetool image run ` provides some additional convenience
2222(e.g. easy configuration of the HTTP port).
2323
24+ If you give the ` --server ` flag, ` xcetool ` will run the container indefinitely as an
25+ xcube server. You can stop the container and force ` xcetool ` to exit by pressing
26+ ctrl-C on the command line (or by sending it an interrupt signal in some other way).
27+
2428### ` xcetool make-script `
2529
2630This subcommand does not generate a container image, but a directory containing
You can’t perform that action at this time.
0 commit comments