mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-02-11 23:03:13 -05:00
6 lines
No EOL
193 B
Bash
6 lines
No EOL
193 B
Bash
#!/bin/bash
|
|
|
|
# Docker volume can be imported using the long id,
|
|
# e.g. for a volume with the short id `ecae276c5`:
|
|
|
|
terraform import docker_volume.foo "$(docker volume inspect -f {{.ID}} eca)" |