Skip to content

Building a Simple App with PostgreSQL, ASP.NET Core and EF Core in Docker

Notifications You must be signed in to change notification settings

sau-lanvy/postgre-dotnetcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postgre-dotnetcore

Building a Simple App with PostgreSQL, ASP.NET Core and EF Core in Docker Build the image:

  • $ docker build -f dockerfile -t postgre-dotnetcore .
Start PostgreSQL and ASP.NET Core (link ASP.NET core to ProgreSQL container with legacy linking)
  • $ docker run -d --name my-postgres -e POSTGRES_PASSWORD=password postgres
  • $ docker run -d -p 5000:5000 --link my-postgres:postgres postgre-dotnetcore

About

Building a Simple App with PostgreSQL, ASP.NET Core and EF Core in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published