hello world
This commit is contained in:
parent
32d81b73bb
commit
46296b23ad
6
docker-compose.yaml
Normal file
6
docker-compose.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
hello_world:
|
||||
image: alpine:latest
|
||||
command: [/bin/echo, 'Hello world']
|
Loading…
x
Reference in New Issue
Block a user