Giter Club home page Giter Club logo

docker-dev's Introduction

Docker-Dev

This was just me messing around with Docker to replicate my home development build. It's an Ubuntu base with VIM text editor and Ruby, Python and Node environments.

Installation

From Build Script

This is the slower option, manually building the image from the Dockerfile.

sudo docker build -t <your user>/docker-dev git://github.com/kryptykfysh/docker-dev

From DockerHub

This is faster than above as you're downloading a pre-built image.

sudo docker pull kryptykfysh/docker-dev

Running the Container

sudo docker run -i -t kryptykfysh/docker-dev

The ENTRYPOINT for the container is set to load tmux by default. You can avoid this by appending /bin/bash to the command above.

Packages

TMUX

Tmux is a terminal multiplexer. If you don't want to read the documentation, a good cheatsheet can be found here.

VIM

The vim version installed is the GTK version, which means +clipboard is enabled. The full set of configuration options is given in this repository.

Rbenv

Rbenv is a Ruby version manager.

The following packages are also installed:

The image has ruby 2.2.0 as the default version.

Pyenv

Pyenv is a Python version manager.

The image has Python 2.7.8 as the default version.

Nodenv

Nodenv is A Node.js version manager.

The following packages are also installed:

The image has Node.js 0.11.13 as the default version.

docker-dev's People

Contributors

kryptykphysh avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.