GCB Docker image
This image contains Google Course Builder bundled with Google Cloud SDK.
Prepared image available on Docker Hub
8080
- Course Builder8000
- Google Cloud Admin
- Docker
- Git LFS
- Clone this repo:
git clone https://github.com/x1unix/docker-google-coursebuilder.git
- Download missing files to
coursebuilder/lib
(had to remove due to GitHub's 100MB limit):
- Build image using
build.cmd
command for Windows, or this command for Linux/Mac:
docker build --build-arg CLOUD_SDK_VERSION=159.0.0 --build-arg INSTALL_COMPONENTS="google-cloud-sdk-datastore-emulator" -t x1unix/google-course-builder:latest .