forked from LaconicNetwork/kompose
Test building+pusing an image to a repository registry
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
version: "2"
|
||||
|
||||
services:
|
||||
foo:
|
||||
build: "./build"
|
||||
image: "172.30.1.1:5000/myproject/test-image"
|
||||
command: sleep 100
|
||||
Reference in New Issue
Block a user