mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 15:20:02 -05:00
4 lines
123 B
Bash
4 lines
123 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker network create foo
|
||
|
|
# prints the long ID
|
||
|
|
87b57a9b91ecab2db2a6dbf38df74c67d7c7108cbe479d6576574ec2cd8c2d73
|