Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker compose busybox image

version: '3.7'

services:

  busybox:
    image: busybox:latest
    command: /bin/bash -c 'while true; do echo testing; sleep 2; done;' 
 
PREVIOUS NEXT
Tagged: #docker #compose #busybox #image
ADD COMMENT
Topic
Name
1+3 =