terraform-provider-docker/testdata/resources/docker_container
Copilot b909e538cd
Add platform support to docker_container for cross-architecture emulation (#886)
* Initial plan

* feat(container): add platform support to docker_container

Agent-Logs-Url: https://github.com/kreuzwerker/terraform-provider-docker/sessions/942fbea8-96de-4112-9dcf-7e8032390d4f

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

* chore: record direct platform parsing dependencies

Agent-Logs-Url: https://github.com/kreuzwerker/terraform-provider-docker/sessions/942fbea8-96de-4112-9dcf-7e8032390d4f

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

* docs: fix pid_mode description typo

Agent-Logs-Url: https://github.com/kreuzwerker/terraform-provider-docker/sessions/942fbea8-96de-4112-9dcf-7e8032390d4f

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

* refactor: keep platform parsing with create setup

Agent-Logs-Url: https://github.com/kreuzwerker/terraform-provider-docker/sessions/942fbea8-96de-4112-9dcf-7e8032390d4f

Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>

* chore: Update typo in docker_container

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Junkern <3775779+Junkern@users.noreply.github.com>
Co-authored-by: Martin <Junkern@users.noreply.github.com>
Co-authored-by: Martin Wentzel <nitram.wentzel@gmail.com>
2026-04-04 13:25:58 +02:00
..
testAccDockerContainer2NetworksConfig.tf feat: Prepare v3 release (#503) 2023-01-13 13:11:51 +01:00
testAccDockerContainerAttachConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerCpus.tf fix: Correctly get and set nanoCPUs for docker_container (#771) 2025-08-13 16:33:16 +02:00
testAccDockerContainerCustomizedConfig.tf Add platform support to docker_container for cross-architecture emulation (#886) 2026-04-04 13:25:58 +02:00
testAccDockerContainerDeviceCDIConfig.tf feat: Add CDI device support (#762) 2026-04-01 21:31:43 +02:00
testAccDockerContainerDeviceConfig.tf fix: correctly set docker_container devices (#843) 2026-01-27 22:35:31 +01:00
testAccDockerContainerExitCodeConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerGpusAllConfig.tf feat: Add CDI device support (#762) 2026-04-01 21:31:43 +02:00
testAccDockerContainerGpusAndCDIConfig.tf feat: Add CDI device support (#762) 2026-04-01 21:31:43 +02:00
testAccDockerContainerGroupAddIdConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerGroupAddMultipleConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerGroupAddNameConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerHealthcheckConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerimageId.tf fix: Prevent recreation of image name is intentionally set to a fixed value (#711) 2025-04-25 08:49:44 +02:00
testAccDockerContainerInitConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerInternalPortConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerLogsConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerMountsConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerMultipleInternalPortConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerMultiplePortConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerNetworksDualStackAddressConfig.tf Fix: calculation of Dockerfile path in docker_image build (#853) 2026-02-20 17:33:27 +01:00
testAccDockerContainerNetworksIPv4AddressConfig.tf Fix: calculation of Dockerfile path in docker_image build (#853) 2026-02-20 17:33:27 +01:00
testAccDockerContainerNetworksIPv6AddressConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerNoStartConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerPortConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerPrivateImage.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerReadOnlyConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerRecreate.tf fix: Refactor docker container state handling to properly restart when exited (#841) 2026-01-27 12:15:55 +01:00
testAccDockerContainerRmConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerSTDIN_Config.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerSysctlsConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerTmpfsConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerTTYConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerUpdateConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerUploadBase64Config.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerUploadConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerUploadConfigPermissions.tf feat: Implement upload permissions in docker_container resource (#693) 2025-04-16 09:12:51 +02:00
testAccDockerContainerUploadSourceConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerUploadSourceHashConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerVolumeConfig.tf fix: Replace deprecated .latest attribute with new image_id. (#453) 2022-09-05 15:14:45 +02:00
testAccDockerContainerWait.tf fix: Improve container wait handling (#709) 2025-04-24 22:15:05 +02:00
testAccDockerContainerWith2BridgeNetworkConfig.tf feat: Prepare v3 release (#503) 2023-01-13 13:11:51 +01:00