Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 535 Bytes

docker-c-cgi-x-nginx-helloworld

Run on Ainize

Build

docker build -t helloworld-c

Run

docker run -it -p 80:80 helloworld-c

Upload to Docker Hub

docker tag helloworld-c $YOURID/helloworld-c
docker push $YOURID/helloworld-c