examples: Add more examples and clean up some

This commit is contained in:
James Shubin
2019-02-04 05:03:37 -05:00
parent f61e1cb36d
commit bbfeb49cdf
15 changed files with 98 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
docker:container "mgmt-nginx" {
state => "running",
image => "nginx",
cmd => ["nginx", "-g", "daemon off;",],
ports => {"tcp" => {80 => 8080,},},
state => "running",
image => "nginx",
cmd => ["nginx", "-g", "daemon off;",],
ports => {"tcp" => {80 => 8080,},},
}