Merge pull request #8700 from shishir-a412ed/f-ui-podman-driver

Podman driver: Add support for signal task.
This commit is contained in:
Mahmood Ali 2020-08-20 07:11:45 -04:00 committed by GitHub
commit 29d49f0a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 |