Sign inSign up

lssalas/csharp-project

By lssalas

Updated almost 2 years ago

Hello World from C#

Image
Languages & frameworks
0

10K+

lssalas/csharp-project repository overview

Docker Hub Launch Manual

1. Download the Image

To download the image from Docker Hub, run:

docker pull lssalas/csharp-project:latest

2. Run the Container

Once the image has been downloaded, run the container with:

docker run --name csharp-project -p 80:8080 lssalas/csharp-project

This will start the container, and you will be able to access the application at http://localhost/.

Notes

  • Docker must be running on your machine before running the commands.
  • GitHub Repository for more details.

Tag summary

Content type

Image

Digest

sha256:938250116

Size

87 MB

Last updated

almost 2 years ago

docker pull lssalas/csharp-project