Giter VIP home page Giter VIP logo

docker-mistio's Introduction

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)!

docker-mistio's People

Contributors

bverburg avatar rolikeusch avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.