Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.

Latest commit

 

History

History

dockie

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dockie Development Environment

Modern development environment for Docker.

Features

Usage

Install

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

Run

Start up the image, binding associated ports:

docker run -p 2200:22 dockie/dockie

Services

SSH

Connect with ssh root@localhost -p 2200 with the password root.

Environment Variables

SSH_ROOT_PASSWORD

The password to use for the root SSH user. Default: root

Volumes

/app

Intended location for the running application.