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
- Host: GitHub
- URL: https://github.com/bogdal/rpi-swarminfo
- Owner: bogdal
- Created: 2016-11-24T13:09:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T08:17:11.000Z (over 9 years ago)
- Last Synced: 2025-01-22T14:25:17.184Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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