docker-compose.yml 181 B

123456
  1. simple:
  2. image: busybox:1.31.0-uclibc
  3. command: sh -c "sleep 1 && echo hello && tail -f /dev/null"
  4. another:
  5. image: busybox:1.31.0-uclibc
  6. command: sh -c "sleep 1 && echo test"