Code Monkey home page Code Monkey logo

meshcommander's Introduction

MeshCommander in Docker

Run MeshCommander inside Docker to provide a simple way to get access to Intel AMT out-of-band management on Linux. MeshCommander is accessible on port 3000, which is exposed by the container.

This repository provides the vga101/meshcommander docker image.Docker images are named as "vga101/meshcommander:v0.5.1-p0", where "v0.5.1" is the MeshCommander version, the p0 is the version of my docker image.

Note: This will not be maintained in any way and may get outdated soon. So simply build the image by yourself (see below). The Dockerfile instructions will pull the current version of MeshCommander.

Usage example

Make sure you have Docker readily installed and running. You can either use the image from Docker Hub (vga101/meshcommander) or build it on your own as described here.

Pull from Docker hub:

docker pull vga101/meshcommander

or

Build your own image:

git clone https://github.com/vga101/meshcommander.git
cd meshcommander
docker build -t vga101/meshcommander ./

After any of these two options, run it:

docker run -d -p 127.0.0.1:3000:3000 --name meshcommander vga101/meshcommander

and then access it with your browser at http://localhost:3000. Please note that you need to restrict to 127.0.0.1:3000 explicitly if you don't want other people to be able to access and use MeshCommander on your machine!

To stop the service: docker stop meshcommander

To restart it (e.g. after rebooting your machine): docker start meshcommander

If you have docker-compose installed, you can also use the docker-compose file and start MeshCommander with docker-compose up -d, and docker-compose down to stop it.

Note: When machines are added, that configuration is stored in the browser, so it will persist beyond the container lifetime, but get lost once you clear the browser settings or change to another browser. Use "Save..." to store the settings.

meshcommander's People

Contributors

vga101 avatar

Watchers

James Cloos 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.