Debian Stretch in Docker container
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

11 lines
187 B

version: "3.9"
services:
os:
image: "debian:stretch"
stdin_open: true
tty: true
restart: unless-stopped
command: tail -F anything
ports:
- "8080:8080"