Modern development environment for Docker.
- Base
- Go 1.2.1
- PHP 5.5.12
- Python 2.7.8 and 3.4.0
- Node 0.10.35
- Ruby 2.1.2
- Rust 0.13.0-nightly
- Cargo 0.0.1
Pull dockie/dockie
from the Docker repository:
docker pull dockie/dockie
Or build dockie/dockie
from source:
git clone https://github.com/RobLoach/Dockie.git
cd Dockie
docker build -t dockie/dockie dockie
Start up the image, binding associated ports:
docker run -p 2200:22 dockie/dockie
Connect with ssh root@localhost -p 2200
with the password root
.
The password to use for the root
SSH user. Default: root
Intended location for the running application.