Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.