Docker PostgreSQL Tutorial with Persistent Data

preview_player
Показать описание
Learn how to setup a PostgreSQL database on your Computer using Docker and have it persist data.

----

----

----

----
Follow Me Online Here:

#benawad

----
#benawad
Рекомендации по теме
Комментарии
Автор

Thanks have been trying to load data to my Vs code from postgres docker you explained it well for me to understand

abudan
Автор

Excellent video Ben - keep them coming :-)

themarksmith
Автор

Thank you. Clear and concise tutorial without the boilerplate... Subbed :)

jingle
Автор

the -d is for demon mode, it is easier to remember with this :)

zeocamo
Автор

After ruining SQL it will persist the data ?? Like next when I run it will have the DB and Tables with running SQL ??

AshutoshKumar-pcmu
Автор

My GoLang app needs to talk to my db running postgres in a docket container but I’m being forced to run postgres on my local system even when the container is running to get it to connect. Any idea why?

JustThink
Автор

Where exactly is pgdata on the host machine? It seems kinda arbitrary

malikbrahimi
Автор

Docker-compose is easier to use. I one Time you can create more than one container with postgres and pgadmin

spietrza
Автор

Hey! Any chance you could put up a tutorial on fastlane and deploying to the app store?

christopherfenos
Автор

Thanks! This is a docker course? And will you show docker-compose?

andresmontoya
Автор

what is the correct IP to use when connecting from the host to the Postgres instance in the Docker container? both localhost and 127.0.0.1 don't work for me on Windows :/

dwhdai
Автор

Hey any chances you would do a tutorial on hosting a pg db on aws rds and ecr/ecs? Thanks!

aerocodes
Автор

Is it possible to create a database with psql to store images, if so how? Thanks for the video.

elenaperez
Автор

must the username and password be postgres

mrlectus
Автор

Isn't it risky to store run database in a container and store data inside it? what if the container crashes? or this is just for development and in production, you will not run the database in a container.

heidarzadeh
Автор

For some reason I’m forced to have have postgres running

JustThink
Автор

How to connect without Postgres 2:55 (self note)

alessandrocinque
Автор

Please extend the series with kubernetes, since digitalocean now got it!

ware