Skip to content

jawadhasan/lightsaildemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AWS Light Sail Demo

Deployed a .NET Core Web API application to LightSail Container Service.

Article

https://hexquote.com/amazon-lightsail-virtual-cloud-server/

Docker Commands

docker image build -t dotnettokengen .
docker run --rm --name dotnettokengen -p 80:80 dotnettokengen

aws cli (LightSail) command

aws lightsail push-container-image --region eu-central-1 --service-name container-service-1 --label dotnettokengen --image dotnettokengen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published