Skip to content

thomasjardin/toolingcontainer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Tooling Container

A simple container with tooling included (nc, bash, curl, wget, postgresql-client, awscli, s3cmd, bindutil, nmap)

Install

$ git clone
$ docker build -t jsenon/toolingcontainer .

Run Container

$ docker run -it jsenon/toolingcontainer bash

Run on Kubernetes Cluster

kubectl run toolingcontainer -it  --image docker.io/jsenon/toolingcontainer:latest bash

Notes

Automated build on https://hub.docker.com/r/jsenon/toolingcontainer/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%