Modern development environment for Docker.
- Base
- Go 1.3.3
- PHP 5.6.11
- Python 2.7.10 and 3.4.3
- Node 4.2.1
- Ruby 2.1.5
- Rust 1.3.0
- Cargo 0.4.0-nightly (553b363 2015-08-03)
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.