https://github.com/hasufell/docker-exherbo-binhost
https://github.com/hasufell/docker-exherbo-binhost
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasufell/docker-exherbo-binhost
- Owner: hasufell
- Created: 2016-08-13T14:12:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-15T15:30:46.000Z (over 8 years ago)
- Last Synced: 2025-01-28T18:46:01.329Z (4 months ago)
- Language: Nginx
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.