terraform-provider-docker icon indicating copy to clipboard operation
terraform-provider-docker copied to clipboard

Adding or removing capabilities does not restart containers (it should)

Open mavogel opened this issue 4 years ago • 4 comments

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"
    ]
  }

mavogel avatar Dec 25 '20 19:12 mavogel

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.

github-actions[bot] avatar Mar 29 '21 10:03 github-actions[bot]

Still an issue - should be reopened.

dubo-dubon-duponey avatar Apr 06 '21 17:04 dubo-dubon-duponey

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.

github-actions[bot] avatar Jun 06 '21 10:06 github-actions[bot]

Still an issue, bot.

dubo-dubon-duponey avatar Jun 07 '21 22:06 dubo-dubon-duponey