Getting Start

Run the following to download the latest container from Harbor:

docker pull harbor.sydeng.vmware.com/rcroft/hugo:latest

Run the following to download a specific version from Harbor:

docker pull harbor.sydeng.vmware.com/rcroft/hugo:x.y.z
docker pull harbor.sydeng.vmware.com/rcroft/hugo:dev

Open an interactive terminal:

docker run --rm -it harbor.sydeng.vmware.com/rcroft/hugo

Run a local script:

docker run --rm --entrypoint="/usr/bin/hugo" -v /path/to/hugo/src:/src -w /src harbor.sydeng.vmware.com/rcroft/hugo

Where /path/to/hugo/src is the local directory path for the source for the Hugo website.