File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -391,24 +391,24 @@ Arguments
391
391
- ` -ti ` - map TTY a STDIN (for bash eg.)
392
392
- ` -u <user> ` - run command by specific user
393
393
394
- Postgres 11 example
394
+ Postgres 14 example
395
395
396
396
```
397
- docker run --name pg11 -e POSTGRES_PASSWORD=pg -d postgres:11
397
+ docker run --name pg14 -e POSTGRES_PASSWORD=pg -d postgres:14
398
398
```
399
399
400
400
```
401
- docker exec -ti -u postgres pg11 psql
401
+ docker exec -ti -u postgres pg14 psql
402
402
```
403
403
404
- Postgres 12 example
404
+ Postgres 15 example
405
405
406
406
```
407
- docker run --name pg12 -e POSTGRES_PASSWORD=pg -d postgres:12
407
+ docker run --name pg15 -e POSTGRES_PASSWORD=pg -d postgres:15
408
408
```
409
409
410
410
```
411
- docker exec -ti -u postgres pg12 psql
411
+ docker exec -ti -u postgres pg15 psql
412
412
```
413
413
414
414
## Docker Logs
You can’t perform that action at this time.
0 commit comments