Skip to content

Ready to run urbit fakezod container (for dev/testing)

Notifications You must be signed in to change notification settings

asssaf/urbit-fakezod-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urbit-fakezod-docker

Docker Build Status latest tag

Ready to run urbit fakezod docker container

Just run it:

$ docker run --rm -ti asssaf/urbit-fakezod

Unpacking initial fakezod state
.urb/
.urb/chk/
.urb/chk/north.bin
.urb/chk/south.bin
.urb/get/
.urb/put/
.urb/sis/
.urb/urbit.pill
.urb/egz.hope
.urb/code.~sansub-mogtul
~
urbit 0.4.5
urbit: home is zod
loom: mapped 2048MB
protected loom
live: loaded: MB/69.795.840
boot: installed 239 jets
arvo: time: ~2017.8.24..20.23.45..833e
ames: czar: ~zod on 31337
rest: checkpoint to event 27
rest: old 0v1v.cr7h5, new 0vq.c2oaa
loaded passcode from zod/.urb/code.~sansub-mogtul

---------------- playback complete----------------
ames: on localhost, UDP 31337.
http: live (insecure, public) on 8080
http: live ("secure", public) on 8443
http: live (insecure, loopback) on 12321
~zod:dojo>

For mapping volumes (for storing state between runs and accessing the unix mounts) and network ports (for accessing web) see scripts/run

Build

$ docker build -t asssaf/urbit-fakezod:latest .

By default tloncorp/urbit:latest is used as the base image.

The DOCKER_TAG build arg can be used to specify the tag of the base urbit image:

$ docker build -t asssaf/urbit-fakezod:urbit-os-v1.0.16-nix --build-arg DOCKER_TAG=urbit-os-v1.0.16-nix .