.NET Core service pulled from a git repository.
1.5K
A simple way of deploying a .NET Core application inside a docker container. The simple deploy script pulls the code from a GIT repository specified using an environment variable APP_REPO.
In order to configure the docker container, set the following environment variables
# APP_REPO: The git clone URL which contains
# APP_PATH: (optional) The path of the application to start
The docker image is built here: https://hub.docker.com/r/misakai/dotnet/
Content type
Image
Digest
Size
245.3 MB
Last updated
about 10 years ago
docker pull misakai/dotnet