Skip to content

This repository is just a playground for containerizing .net core and mssql at the same time.

Notifications You must be signed in to change notification settings

Ethan0007/.NetCore-Mssql-Dockerize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NetCore Mssql Dockerize Playground

This repository is just a playground for containerizing .net core and mssql at the same time.

Requirements

  • .NET Core 3.1
  • VSCode
  • Docker 20.10.0

Running the application:

  1. Run Docker on your local machine.
  2. docker build -t sample-api:v1 .
    • it will download images for aspnet 3.1 and sdk 3.1 (wait until the download done).
  3. docker-compose up -d
  4. to verify the image enter command: docker images

License

License: MIT
Copyright (c) 2021 Joever Monceda

Linkedin: Joever Monceda
Medium: Joever Monceda
Twitter @_EthanHunt07
Facebook: JH Hunt

About

This repository is just a playground for containerizing .net core and mssql at the same time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published