Skip to content

Selection of Dockerfiles and CLI tool for dev tools

Notifications You must be signed in to change notification settings

DavyJ0nes/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles

Description

This is a collection of tools that I have either dockerized or nicked from elsewhere. I then wrapped all this together within a go cli app to make it easier to call.

Motivation

This came from a personal desire to see if it was possible to run most of my tools within docker. I wrote a pretty god awful Golang CLI app to wrap this all together and that is what dcmd is.

List of Applications/Tools that are included

Usage

Install and Pull everything

make build_all

dcmd tool

Essentially the dcmd script is a wrapper around the docker command to run tools within containers

# Run vim in current directory
dcmd vim

# Run git status (all other git commands will work)
dcmd git status

License

MIT