compose.yaml file

main
Matthew Huntington 2 years ago
parent 9f534ace1d
commit 8e2abdf328

@ -0,0 +1,9 @@
version: '3'
services:
student:
image: mahuntington/student:zsh
command: /bin/sh
stdin_open: true
tty: true
container_name: student
Loading…
Cancel
Save