Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

x1unix/docker-google-coursebuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Course Builder

GCB Docker image

About

This image contains Google Course Builder bundled with Google Cloud SDK.

Prepared image available on Docker Hub

Exposed ports

  • 8080 - Course Builder
  • 8000 - Google Cloud Admin

Building image

Prerequisites

  1. Docker
  2. Git LFS

Build

  1. Clone this repo: git clone https://github.com/x1unix/docker-google-coursebuilder.git
  2. Download missing files to coursebuilder/lib (had to remove due to GitHub's 100MB limit):
  1. 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 . 

Releases

No releases published

Packages

No packages published