GitHunt
SU

subashkonar13/Tutorial_DockerPythonPostgres

Tutorial_DockerPythonPostgres

Here is available the code of the Medium tutorial here: XXXX

Create db table

Commands to create the db table:

docker ps

Used to identify the CONTAINER ID of postgres

docker exec -it <CONTAINER_ID> bash

psql postgres://username:secret@localhost:5432/database

Languages

Python77.0%Dockerfile23.0%

Contributors

Created November 27, 2022
Updated October 27, 2022