parent
eae9535353
commit
d61533e678
@ -1,7 +1,25 @@
|
|||||||
# Instructions
|
# Instructions
|
||||||
|
|
||||||
|
Pull/create image:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker build -t mahuntington/student:postgres .
|
docker build -t mahuntington/student:postgres .
|
||||||
|
```
|
||||||
|
|
||||||
|
Create container:
|
||||||
|
|
||||||
|
```
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Enter container
|
||||||
|
|
||||||
|
```
|
||||||
./enter-container.sh
|
./enter-container.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Enter Postgres
|
||||||
|
|
||||||
|
```
|
||||||
|
psql
|
||||||
|
```
|
||||||
|
|||||||
Loading…
Reference in new issue