forked from LaconicNetwork/kompose
8 lines
118 B
YAML
8 lines
118 B
YAML
version: "2"
|
|
|
|
services:
|
|
foo:
|
|
build: "./build"
|
|
image: "172.30.1.1:5000/myproject/test-image"
|
|
command: sleep 100
|