An open API service indexing awesome lists of open source software.

https://github.com/arranbartish/retro

funretro containerized
https://github.com/arranbartish/retro

Last synced: 4 months ago
JSON representation

funretro containerized

Awesome Lists containing this project

README

          

# retro
container to run a retro board. When a build takes place it grabs the latest from https://github.com/funretro/distributed

# docker hub location

https://hub.docker.com/r/arranbartish/retro/

```
$ docker build -t retro .
$ docker run -p 8080:4000 retro
```

# image only

`$ docker run -p 8080:4000 arranbartish/retro`