mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-17 01:28:42 -05:00
2 lines
85 B
Bash
2 lines
85 B
Bash
|
|
#!/bin/bash
|
||
|
|
$ terraform import docker_container.foo "$(docker inspect -f {.ID}} foo)"
|