- Docker Hub: minhocomcomai/helloworld-c
docker build -t helloworld-c
docker run -it -p 80:80 helloworld-c
docker tag helloworld-c $YOURID/helloworld-c
docker push $YOURID/helloworld-c
docker build -t helloworld-c
docker run -it -p 80:80 helloworld-c
docker tag helloworld-c $YOURID/helloworld-c
docker push $YOURID/helloworld-c