Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

OBSOLETE: Mozilla.ch docker container for the production version

Notifications You must be signed in to change notification settings

mozillach/mozilla.ch-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mozilla.ch Docker Image

THIS REPO IS NO LONGER USED. Go to https://github.com/mozillach/mozilla.ch instead. The files in this repository are used to generate a production image for mozilla.ch. It is available as mozillach/mozilla.ch from the docker hub.

Creating the Image

Make sure you have docker installed.

Run docker build -t mozillach/mozilla.ch to build the docker image.

Running the Container

Replace {mozillians API key} with a mozillians API key for the v2 API with public access privileges.

Run docker run -e MOZILLIANS_KEY={mozillians API key} mozillach/mozilla.ch to start provisioning and then start apache.

To run it in a deployment situation use docker run -h mozilla.ch -p 80:80 -d -e "MOZILLAINS_KEY={mozillians API key}" mozillach/mozilla.ch.

About

OBSOLETE: Mozilla.ch docker container for the production version

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages