Search Docker Hub
web
By ilhamsuyadi
Simple Web server for testing
913
docker run -itd --name web -p 8080:80 ilhamsuyadi/web
Create Deployment
kubectl create deploy web --image ilhamsuyadi/web
Create Service
kubectl expose deploy web --port 8080 --type NodePort
Content type
Image
Digest
sha256:e950855ea…
Size
2 MB
Last updated
almost 2 years ago
docker pull ilhamsuyadi/web