mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
4 lines
102 B
Bash
4 lines
102 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker service create --name foo -p 8080:80 nginx
|
||
|
|
# prints th ID
|
||
|
|
4pcphbxkfn2rffhbhe6czytgi
|