From d61533e678c7eb3f9c79cfbe223eac14c122015e Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Sat, 2 Dec 2023 20:04:11 -0500 Subject: [PATCH] instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 65030d9..df3015c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,25 @@ # Instructions +Pull/create image: + ``` docker build -t mahuntington/student:postgres . +``` + +Create container: + +``` docker-compose up -d +``` + +Enter container + +``` ./enter-container.sh ``` + +Enter Postgres + +``` +psql +```