https://github.com/zephraph/dockerfile-dev
VIM dev environment
https://github.com/zephraph/dockerfile-dev
Last synced: about 2 months ago
JSON representation
VIM dev environment
- Host: GitHub
- URL: https://github.com/zephraph/dockerfile-dev
- Owner: zephraph
- Created: 2014-08-21T23:37:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T05:17:00.000Z (about 10 years ago)
- Last Synced: 2025-01-04T07:25:55.957Z (4 months ago)
- Language: Shell
- Homepage: https://registry.hub.docker.com/u/zephraph/dev/
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## dockerfile-dev
This dockerfile is my personal developement setup
### Dependencies
* [dockerfile/python](http://dockerfile.github.io/#/python)
### Installation
1. Install [Docker](https://www.docker.io).
2. Pull down the latest version from the [Docker Registry](https://index.docker.io/): `docker pull zephraph/dev`
(alternatively, you can build this image from its Dockerfile: `docker build -t="zephraph/dev" github.com/zephraph/dockerfile-dev`)### Usage
docker run -it --rm zephraph/dev
I generally like to map the /data volume to my host's home directory so it persists across runs.
docker run -it --rm -v ~/:/data zephraph/dev