├── .gitignore ├── LICENSE ├── README.md ├── fakezod └── Dockerfile └── urbit └── Dockerfile /.gitignore: -------------------------------------------------------------------------------- 1 | *.sw? 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulbellamy/docker-urbit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulbellamy/docker-urbit/HEAD/README.md -------------------------------------------------------------------------------- /fakezod/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulbellamy/docker-urbit/HEAD/fakezod/Dockerfile -------------------------------------------------------------------------------- /urbit/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paulbellamy/docker-urbit/HEAD/urbit/Dockerfile --------------------------------------------------------------------------------