From 8e2abdf3283ecf188578629a95f5a57869cd6086 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 2 Dec 2023 18:17:50 -0500 Subject: [PATCH] compose.yaml file --- compose.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 compose.yaml 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