feat: able to run containers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name = "hello-world"
|
||||
|
||||
[container]
|
||||
image = "kasperhermansen/hello-world"
|
||||
image = "library/hello-world"
|
||||
version = "latest"
|
||||
|
||||
[expose]
|
||||
|
9
examples/nginx/norun.toml
Normal file
9
examples/nginx/norun.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "nginx"
|
||||
|
||||
[container]
|
||||
image = "library/nginx"
|
||||
version = "latest"
|
||||
|
||||
[expose]
|
||||
port = 80
|
Reference in New Issue
Block a user