Skip to content

A Dockerfile that installs the latest mist.io Version.

Notifications You must be signed in to change notification settings

baseboxorg/mistio-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Mist.io Container

A Dockerfile to create a Docker Container with the latest mist.io Version installed.

More Information about mist.io can be found here.

Installation

$ git clone https://github.com/rolikeusch/docker-mistio.git
$ cd docker-mistio
$ docker build --t="mistio" --rm --no-cache .

(--rm = Remove intermediate containers after a successful build and --no-cache = Do not use cache when building the image)

Usage

Start a new instance with mist.io:

$ docker run -i -t -p 6543:6543 -d mistio

(-i = Keep stdin open even if not attached, -t = Allocate a pseudo-tty, -p = Publish a container's port to the host and -d = Run container in the background, print new container id

You can now access your mist.io Installation with the following URL:

http://<docker host ip>:6543


Attention: If you start your mist.io Instance that way, everyone can access your saved Server(s) and SSH Key(s)!

About

A Dockerfile that installs the latest mist.io Version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published