Test building+pusing an image to a repository registry

This commit is contained in:
Oliver Bristow
2017-12-26 22:51:19 +00:00
parent e4adfef9cb
commit a1aff76396
4 changed files with 50 additions and 2 deletions
@@ -0,0 +1,7 @@
version: "2"
services:
foo:
build: "./build"
image: "172.30.1.1:5000/myproject/test-image"
command: sleep 100