Podman driver: Add support for signal task.

This commit is contained in:
Shishir Mahajan 2020-08-19 17:25:52 -07:00
parent 9a3caa49db
commit 7055477860
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The `podman` driver implements the following [capabilities](/docs/internals/plug
| Feature | Implementation |
| --- | --- |
| `nomad alloc signal` | false |
| `nomad alloc signal` | true |
| `nomad alloc exec` | false |
| filesystem isolation | none |
| network isolation | host, group, task, none |