diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..c3aaa75 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,9 @@ +version: '3' + +services: + student: + image: mahuntington/student:zsh + command: /bin/sh + stdin_open: true + tty: true + container_name: student