terraform-provider-docker
terraform-provider-docker copied to clipboard
Adding or removing capabilities does not restart containers (it should)
This issue was originally opened by @dubo-dubon-duponey as https://github.com/hashicorp/terraform-provider-docker/issues/212. It was migrated here as a result of the community provider takeover from @kreuzwerker. The original body of the issue is below.
To reproduce, try:
capabilities {
drop = [
"ALL"
]
}
Then
capabilities {
drop = [
# "ALL"
]
}
This issue is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.
If you don't want this issue to be closed, please set the label pinned.
Still an issue - should be reopened.
This issue is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days.
If you don't want this issue to be closed, please set the label pinned.
Still an issue, bot.