Sign inSign up

launchcodeeducation/dotnet-techjobs-persistent

By launchcodeeducation

•Updated almost 4 years ago

LaunchCode Image for dotnet techjobs persistent assignment

Image
0

225

launchcodeeducation/dotnet-techjobs-persistent repository overview

##Setup

This image is meant to be run in conjunction with a MySQL container. This can be accomplished by creating a docker network so that the two containers can communicate.

Run the following commands within the CLI get this application running on your machine:

docker network create your-network

docker run --network your-network --name mysqldb -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=bootdb -d mysql

docker run --network your-network --name techjobs-persistent-dotnet -p 5000:80 -d launchcodeeducation/techjobspersistent-dotnet

##Validation

Access the Persisted application in your browser: http://localhost:5000

##Notes

The network name can be changed to your own network naming preference.

Tag summary

Content type

Image

Digest

sha256:8f69be2f7…

Size

86 MB

Last updated

almost 4 years ago

docker pull launchcodeeducation/dotnet-techjobs-persistent