Sign inSign up

jsenon/toolingcontainer

By jsenon

Updated almost 8 years ago

A simple container with tools

Image
2

100K+

jsenon/toolingcontainer repository overview

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/

Tag summary

Content type

Image

Digest

Size

41.7 MB

Last updated

almost 8 years ago

docker pull jsenon/toolingcontainer