Sign inSign up

mirrors2/helloworld

By mirrors2

•Updated over 4 years ago

a web helloworld docker image

Image
0

2.2K

mirrors2/helloworld repository overview

⁠a web helloworld docker image

docker pull mirrors2/helloworld

docker run -itd --rm --name helloworld -p 80:80 mirrors2/helloworld

#curl localhost?hello=world

Open in Browser http://localhost:30000⁠

⁠run in k8s

kubectl apply -f deployment/helloworld.yaml

kubectl get svc -o wide

kubectl get pods -o wide 

kubectl logs -f [pod name] 

helloworld.png

helloworld_2.png

Tag summary

Content type

Image

Digest

Size

6.5 MB

Last updated

over 4 years ago

docker pull mirrors2/helloworld