# create a backend container
docker run -d --name ng -p 127.0.0.1:8888:80 --health-cmd "service nginx status" --health-interval 1s nginx
docker stop ng
# backend container is stopped
./demoless
# request with curl
curl -i -vvv -X GET -H "Host: ng.demoless.app" '127.0.0.1:8080'
-
Notifications
You must be signed in to change notification settings - Fork 0
abowloflrf/demoless
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A prototype of zero-scale with Go & Docker
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published