docker run postgres

docker run -p 5432:5432 --name yourContainerName -e POSTGRES_PASSWORD=yourPassword -d postgres

Comments

Popular posts from this blog

Dockerize your .NET Core project