Skip to content

docker stack for getting started on IOT on the Raspberry PI

License

Notifications You must be signed in to change notification settings

toome123/IOTstack

 
 

Repository files navigation

IOT Stack

IOTstack is a builder for docker-compose to easily make and maintain IoT stacks on the Raspberry Pi.

Getting started

See Getting Started in the Wiki. It includes:

  • A link to Andreas Spiess video #295.
  • How to download the project (including constraints you need to observe).
  • Running the menu to install Docker and set up your containers.
  • Useful Docker commands (start & stop the stack, manage containers).

See also the documentation home page.

Migrating from the old repo?

If you have been running IOTstack from gcgarner/IOTstack and want to migrate to this repository (SensorsIot/IOTstack), do the following:

$ cd ~/IOTstack
$ git remote set-url origin https://github.com/SensorsIot/IOTstack.git
$ git pull origin master
$ git checkout master
$ docker-compose down
$ ./menu.sh
$ docker-compose up -d

Experimental Features

Want to have the latest and greatest features? Switch to the experimental branch:

$ cd ~/IOTstack
$ git pull origin master
$ git checkout experimental
$ ./menu.sh

Do note that the experimental branch may be broken, or may break your setup, so ensure you have a good backup, and please report any issues. The way back is:

$ cd ~/IOTstack
$ git pull origin master
$ git checkout master
$ ./menu.sh

Contributions

Please use the issues tab to report issues.

Join the IOTstack Discord channel if you want to comment on features, suggest new container types, or ask the IOTstack community for help.

If you use some of the tools in the project please consider donating or contributing on their projects. It doesn't have to be monetary. Reporting bugs and creating Pull Requests helps improve the projects for everyone.

About

docker stack for getting started on IOT on the Raspberry PI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 92.4%
  • Python 4.1%
  • Dockerfile 3.5%