mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 23:29:59 -05:00
4 lines
141 B
Bash
4 lines
141 B
Bash
|
|
#!/bin/bash
|
||
|
|
printf '{"a":"b"}' | docker config create foo -
|
||
|
|
# prints the id
|
||
|
|
08c26c477474478d971139f750984775a7f019dbe8a2e7f09d66a187c009e66d
|