Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

hypriot/rpi-crate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-crate

Raspberry Pi compatible Docker Image with Crate.io

Based upon original repo https://github.com/crate/docker-crate

Run all the commands from within the project root directory.

Build Details

Build the Docker Image

make build

Run the Docker Image and get the version of the installed Crate.io

make version

Push the Docker Image to the Docker Hub

  • First use a docker login with username, password and email address
  • Second push the Docker Image to the official Docker Hub
make push

Run a single Crate.io database instance

make run1

Open admin web page

open http://<ipaddress>:4200/admin

Run two Crate.io database instance

make run2

About

RPi-compatible Docker Image with Crate.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published