# Instructions Pull/create image: ``` docker build -t mahuntington/student:python . ``` Create container: ``` docker-compose up -d ``` Enter container ``` ./enter-container.sh ``` Enter Postgres ``` psql ```