Skip to content

A simple .Net Framework Console App that can run in Docker.

Notifications You must be signed in to change notification settings

nehme-bilal-ah/DockerConsoleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerConsoleApp

A simple .Net Framework Console App that can run in Docker.

  • Install Docker for Windows and don't forget to switch to Windows Containers (right click on Docker icon and click Switch to Windows Containers).
  • Build the Project in Release mode.
  • Open a Powershell terminal (or CMD) and run the following two commands from the root of the project (where the Dockerfile is located).
docker build -t holadocker .
docker run holadocker

You should see the following output:

Hello Docker!

About

A simple .Net Framework Console App that can run in Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published