LaunchCode Image for dotnet techjobs persistent assignment
225
##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.
Content type
Image
Digest
sha256:8f69be2f7…
Size
86 MB
Last updated
almost 4 years ago
docker pull launchcodeeducation/dotnet-techjobs-persistent