test for entrypoint and command
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
base:
|
||||
image: busybox
|
||||
entrypoint: echo
|
||||
command: foo
|
||||
Reference in New Issue
Block a user