/docker-govcms

Dockerised build of govCMS (for file exploration)

Primary LanguageDockerfileMIT LicenseMIT

docker-govcms

Dockerised build of govCMS/govCMS (Drupal).

Not designed to be directly runnable. More for exploring file listings.

Usage

For exploring:

docker run -v $PWD/foo:/tmp/foo --rm -it devalias/govcms:7.x-2.15 sh

For generating file listings:

docker run -v $PWD/foo:/tmp/foo --rm -it devalias/govcms:7.x-2.15 sh -c "find . > /tmp/foo/govcms-7.x-2.15.txt"

See also:

GitHub

DockerHub

File Listings