This template provides you a foundation to kickstart your journey as a BlueOS extensions developer! Please follow the instructions to launch your first BlueOS application.
Start by creating your extension using this template as a base. Simply navigate to the upper menu and select "Use this template."
To build your BlueOS extension, follow the steps below:
-
Navigate to your extension's source code.
-
Execute the following command to build your extension:
docker build .
-
Execute the following command to build your extension:
docker buildx build --platform linux/arm/v7 . -t my_docker_user/my_blueos_extension:latest --output type=registry
To run your BlueOS extension, follow these steps:
- Navigate to Extensions > Installed and click the Add button to create and launch your extension from BlueOS.
- For Raspberry Pi users, you can also manually run your extension by executing the following command:
docker run --detach --publish 9999:80 my_docker_user/my_blueos_extension:latest