Skip to content

Commit

Permalink
Minor README.md fix
Browse files Browse the repository at this point in the history
Update the default signal for `docker_container` to `SIGTERM`, which appears to be the resource default here:

https://github.com/chef-cookbooks/docker/blob/master/libraries/docker_container.rb#L76
  • Loading branch information
jgoldschrafe committed Apr 29, 2016
1 parent 216c7b9 commit 0096706
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 @@ -1114,7 +1114,7 @@ Most `docker_container` properties are the `snake_case` version of the
- `security_opts` - A list of string values to customize labels for
MLS systems, such as SELinux.
- `signal` - The signal to send when using the `:kill` action.
Defaults to `SIGKILL`.
Defaults to `SIGTERM`.
- `tty` - Boolean value to allocate a pseudo-TTY. Defaults to `false`.
- `user` - A string value specifying the user inside the container.
- `volumes` - An Array of paths inside the container to expose. Does
Expand Down

0 comments on commit 0096706

Please sign in to comment.