This image provides an easy way to build OpenIO documentation site.
Clone the OpenIO documentation repository:
# git clone [email protected]:open-io/oio-docs.git
Then build the documentation using:
# docker run -ti -v $PWD/oio-docs:/mnt openio/oio-docs
You can enable a simple HTTP server listening on port 3000 that serve the documentation:
# docker run -ti -e ENABLE_HTTP=yes -p 3000:3000 -v $PWD/oio-docs:/mnt docker.io/openio/oio-docs
Content type
Image
Digest
Size
68 MB
Last updated
almost 7 years ago
docker pull openio/oio-docs