A simple way of deploying a .NET application inside a docker container.
1.1K
A simple way of deploying a .NET application inside a docker container. The simple deploy script pulls the code from an S3 bucket on startup.
In order to configure the docker container, set the following environment variables
APP_BUCKET: The name of the bucket that contains the file to download
APP_FILE: The path to the file inside the bucket
APP_ENTRY: The mono entry-point
AWS_ACCESS_KEY: The access key to use for S3
AWS_SECRET_KEY: The secret key to use for S3
When this is used with Mesos and Marathon, you can also accomplish following things:
Content type
Image
Digest
sha256:30bc20d0c…
Size
333.1 MB
Last updated
about 10 years ago
docker pull misakai/service