isma90 / sandbox-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandbox

CircleCI

Is a docker 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

Author

Ismael Leiva

License

Copyright © 2017, Ismael Leiva. Released under the MIT License.

About


Languages

Language:Dockerfile 36.6%Language:Shell 31.1%Language:JavaScript 29.4%Language:HTML 2.8%