Skip to content

rdwz/demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileGator Read-Only Demo - Docker Image

Demo docker image for FileGator.

You can use configuration.php to tweak the app. See the documentation for more info.

Docker build

sudo docker build -t filegatordemo .

Docker run

sudo docker run -it -p 8888:8080 filegatordemo

visit: http://127.0.0.1:8888

Google Cloud

You can build and upload this demo to Google container registry and deploy it using Cloud Run

gcloud builds submit --tag gcr.io/[PROJECT_ID]/fgdemo .

About

Demo docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.4%
  • JavaScript 27.0%
  • Dockerfile 20.4%
  • HTML 0.2%