DEV Community

01yym
01yym

Posted on • Edited on

docker postgres:16

docker --help

docker pull postgres:16

Digest: sha256:5d65b8bdb20369ea902b987aa63cfe4983130bc8cd2c25830d126636b80b608d
Status: Downloaded newer image for postgres:16
docker.io/library/postgres:16

docker image ls
docker image rm ImageID
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
postgres 16 4cb9910d1a8e 4 days ago 432MB

docker run --name NextjsDB -e POSTGRES_PASSWORD=postgres -d postgres:16

docker ps
docker stop NextjsDB -s SIGKILL
docker ps
docker rm NextjsDB
docker ps -a

docker exec --help
docker exec -it NextjsDB psql --help
docker exec -it NextjsDB psql -U postgres

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more