mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-21 15:20:02 -05:00
4 lines
145 B
Bash
4 lines
145 B
Bash
|
|
#!/bin/bash
|
||
|
|
docker run --name foo -p8080:80 -d nginx
|
||
|
|
# prints the container ID
|
||
|
|
9a550c0f0163d39d77222d3efd58701b625d47676c25c686c95b5b92d1cba6fd
|