An open API service indexing awesome lists of open source software.

https://github.com/bogdal/rpi-swarminfo

It displays some information regarding the Docker Swarm status on the LCD
https://github.com/bogdal/rpi-swarminfo

Last synced: over 1 year ago
JSON representation

It displays some information regarding the Docker Swarm status on the LCD

Awesome Lists containing this project

README

          

.. image:: https://github-bogdal.s3.amazonaws.com/rpi-swarminfo/cluster.jpg

Swarm Info
==========

``SwarmInfo`` displays some information regarding the *Docker Swarm* status on the LCD (I²C bus).

It requires *ARM* devices such as ``Raspberry Pi``.

**Usage**

Build an image:

.. code-block:: bash

docker build -t swarminfo .

Run a new container:

.. code-block:: bash

docker run -it -d --name swarminfo --privileged -v /var/run/docker.sock:/var/run/docker.sock swarminfo