--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "{{.Type}} {{.Name}} - {{.ProviderName}}" subcategory: "" description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} --- # {{.Type}} ({{.Name}}) {{ .Description | trimspace }} ## Example Usage {{tffile "examples/resources/docker_container/resource.tf"}} {{ .SchemaMarkdown | trimspace }} ## Import Import is supported using the following syntax by providing the `id`: {{codefile "shell" "examples/resources/docker_container/import.sh" }} ### Example Assuming you created a `container` as follows {{codefile "shell" "examples/resources/docker_container/import-create.sh" }} you provide the definition for the resource as follows {{tffile "examples/resources/docker_container/import-resource.tf" }} then the import command is as follows {{codefile "shell" "examples/resources/docker_container/import-resource.sh" }}