Skip to content

Commit 4d6db8a

Browse files
committed
Document new SIGINT behaviour and update changelog
Addresses #62.
1 parent 67e4b15 commit 4d6db8a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

docs/xcetool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2630
This subcommand does not generate a container image, but a directory containing

0 commit comments

Comments
 (0)