The FastyBird Docker Standard is a docker base image available for everyone as part of FastyBird IoT Open Source. The key idea of these tools is to provide one image shared between environments. Feel free to fork, extend or copy source files.
We decided to use two most popular/known Linux distributions - Ubuntu and Alpine. On top of these distributions we created our easy extendable images.
All images are created with PHP support with PHP-FPM and with many extensions and production-ready configuration. NGINX is here as a reverse proxy, and traditional images are also with Node.js for building a frontend.
We wanted to keep these images and their usage as simply as possible even for user which are starting their journey with Docker. So we decided to go with single stage build.
Image | Size |
---|---|
1.0-traditional |
|
1.0-traditional-alpine |
|
1.0-headless |
Please note that image sizes may differ in each architecture.
- linux/amd64
- linux/arm64
- linux/arm/v7
- linux/arm/v8
Proudly hosted on Docker Hub
The Traditional image is everything you require to run a traditional IoT platform on FastyBird.
The image contains PHP, NGiNX, and Node.js compatible with the FastyBird version.
Example FastyBird 1.0
will work best with fastybird/standard:1.0-traditional
image.
Headless image is getting more and more popular. The Headless image is a node-less Traditional image that will save you some space when you would like to use FastyBird as a service.
Use mail or Tweet us for any idea that can improve the project.