Skip to content

asssaf/urbit-debian-armv7-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urbit-debian-armv7-docker

Container image for running Urbit on armv7 devices such as the Raspberry Pi.

The image is based on debian jessie so unfortunately not as light as alpine (it's about 120MB), but it matches its intended host OS, HypriotOS.

Includes an optional patch to limit memory to 512MB (delete 10-mem-512mb.patch before building if you want the full 2048MB)

Run

Create a comet

$ docker run -it --rm --net=host \
    -v $PWD:/urbit --user $(id -u):$(id -g) \
    asssaf/urbit-debian-armv7 -c comet

About

Container image for running Urbit on a Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages