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 ...
- Host: GitHub
- URL: https://github.com/tecfu/docker-dev-playground
- Owner: tecfu
- Created: 2018-01-29T19:44:00.000Z (over 8 years ago)
- Default Branch: slim
- Last Pushed: 2020-07-13T00:28:03.000Z (about 6 years ago)
- Last Synced: 2025-02-06T14:32:07.631Z (over 1 year ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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