docker-c-cgi-x-nginx-helloworld Docker Hub: minhocomcomai/helloworld-c 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