mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 20:11:09 +00:00
- Restructure main funcs for clean defer-stack-unwinds - Fix Docker container to handle signals properly - Introduce runsvinit for container init process - Integration test
15 lines
196 B
Markdown
15 lines
196 B
Markdown
# runsvinit example
|
|
|
|
## Build the Docker container
|
|
|
|
`make`
|
|
|
|
## Run the Docker container
|
|
|
|
`docker run --name example runsvinit-example:latest`
|
|
|
|
## Test it works
|
|
|
|
CTRL-C, or `docker stop example`.
|
|
|