Sign inSign up

ismaleiva90/sandbox

By ismaleiva90

•Updated over 7 years ago

Image
0

1.3K

ismaleiva90/sandbox repository overview

⁠Sandbox

CircleCI

This image with tools that you might need within a cluster of kubernetes but that you do not want your pods to have in their base image.

⁠How to use

Pull the image

docker pull ismaleiva90/sandbox

Run image

docker run -dp 8080:8080 --name sandbox ismaleiva90/sandbox

Test in the browser

localhost:8080

Test with terminal using curl

curl localhost:8080

Entering inside the container

docker exec -it sandbox bash

⁠Deploy to Kubernetes cluster

You need to have configured kubectl client

kubectl apply -f k8s

See the Dockerfile⁠

⁠Author

Ismael Leiva

⁠License

Copyright © 2019, Ismael Leiva⁠.

Tag summary

Content type

Image

Digest

Size

218.8 MB

Last updated

over 7 years ago

docker pull ismaleiva90/sandbox