Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zpascal/docs-book-cloudfoundry-container
Includes the build container for docs-book-cloudfoundry
https://github.com/zpascal/docs-book-cloudfoundry-container
Last synced: 20 days ago
JSON representation
Includes the build container for docs-book-cloudfoundry
- Host: GitHub
- URL: https://github.com/zpascal/docs-book-cloudfoundry-container
- Owner: ZPascal
- License: apache-2.0
- Created: 2024-09-18T05:28:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:32:18.000Z (3 months ago)
- Last Synced: 2024-10-19T06:04:58.545Z (2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docs Book Cloud Foundry Container
The repository contains a Ruby 2.6.9 container that includes the functionality to run the Cloud Foundry documentation web server [here](https://github.com/cloudfoundry/docs-book-cloudfoundry) and publishes the image on GitHub packages.## Set up the Container and inject the corresponding documentation structure
You can specify the injected documentation repository as mounted volume under the `/tmp` directory. The following example gives you an overview how you can specify it.
```yaml
volumes:
- //cf/docs-dev-guide:/tmp/docs-dev-guide
```## Start the container via the compose file
You can start the container manually, or you can use the `docker-compose up -d` command to run it in daemon mode and open the documentation inside your browser under `localhost:4567`.