alpine linux

This commit is contained in:
Stefan Liebl 2020-07-02 19:04:11 +02:00
parent 9fb886c951
commit b7b72a1ae3

View File

@ -2,4 +2,5 @@ version: '3'
services: services:
hello_world: hello_world:
image: hello-world:latest image: alpine:latest
command: [/bin/echo, 'Hello world']