Query a table from a psql docker container

PHOTO EMBED

Fri Mar 19 2021 15:46:23 GMT+0000 (Coordinated Universal Time)

Saved by @bmillot #docker #psql

docker exec -it postgres psql -U postgres -d postgres -c 'SELECT * FROM "dataelement"'
content_copyCOPY