Run MeshCommander inside Docker to provide a simple way to get access to Intel AMT out-of-band management on Linux.
IMPORTANT: these images are not maintained in any expectable way and only provided for convenience. Build them from the following source repo instead if you're interested in up-to-date versions and security updates! It's as simple as running ./build.sh from the source repository.
Source repository at https://github.com/vga101/meshcommander.
Run it for the first time:
docker run -d -p 127.0.0.1:3000:3000 --name meshcommander vga101/meshcommander:latest
And access it with your browser on 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):
docker start meshcommander
Versions are tagged by this scheme: for "vga101/meshcommander:v0.5.1-p0", "v0.5.1" is the MeshCommander version, the p0 is the version of my docker image.
Content type
Image
Digest
Size
348.7 MB
Last updated
about 6 years ago
docker pull vga101/meshcommander