DavyJ0nes / dockerfiles

Selection of Dockerfiles and CLI tool for dev tools

Home Page:https://hub.docker.com/r/davyj0nes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Selection of Dockerfiles and CLI tool for dev tools

https://hub.docker.com/r/davyj0nes/


Languages

Language:Python 85.6%Language:Vim Script 13.0%Language:C 0.8%Language:Makefile 0.2%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Ruby 0.1%Language:Go 0.1%Language:HTML 0.0%