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

https://github.com/hasufell/docker-exherbo-binhost


https://github.com/hasufell/docker-exherbo-binhost

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Run

The binhost repository is located at `/var/db/paludis/repositories/hasufell-binhost` and the
distdir for the binhost at `/srv/binhost`, so you may want to mount
these in from the host or create data volume containers.

This image contains an nginx server that will listen on port `80`
and serve `/srv/binhost`.

Example command to start a container:
```sh
docker run -ti -d \
--name=binhost \
-p 80:80 \
-v :/srv/binhost \
-v :/var/db/paludis/repositories/hasufell-binhost \
hasufell/exherbo-binhost
```

Then you can `docker exec -ti binhost bash` into the container and start
building stuff. After that, you will want to push the changes in
`/var/db/paludis/repositories/hasufell-binhost` to the remote repository.