Skip to content

isma90/sandbox-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published