An open API service indexing awesome lists of open source software.

https://github.com/tecfu/docker-dev-playground

Ubuntu 16.04 container w/ REPLS for: JAVA, C#, Python, PHP, R, Julia ...
https://github.com/tecfu/docker-dev-playground

Last synced: 6 months ago
JSON representation

Ubuntu 16.04 container w/ REPLS for: JAVA, C#, Python, PHP, R, Julia ...

Awesome Lists containing this project

README

          

# docker-dev-playground

## A Docker Image for Development

**SLIM VERSION**

See [https://hub.docker.com/r/tecfu/docker-dev-playground/](https://hub.docker.com/r/tecfu/docker-dev-playground/)

## Installation:

```
git clone https://github.com/tecfu/docker-dev-playground
cd docker-dev-playground
docker build --tag dev-slim .
```

## Run:

- To start in `bash`

*powershell*
```powershell
docker run -it -v ${PWD}:/home dev-slim /bin/bash
```

*bash*
```sh
docker run -it -v ${pwd}:/home dev-slim /bin/bash
```

- To start in `zsh`

*powershell*
```powershell
docker run -it -v ${PWD}:/home dev-slim zsh
```

*bash*
```sh
docker run -it -v ${pwd}:/home dev-slim zsh
```

## Includes:

- ctags
- nodejs (via nvm)
- tmux
- vim
- zsh