Skip to content

A Docker image for Claroline Connect

Notifications You must be signed in to change notification settings

claroline/claroline-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

claroline-docker

This will set you up with a working instance of Claroline Connect for test purposes. DO NOT USE THIS IN PRODUCTION You are free to change the local port (99 in the example) to something more suited to your setup if you need.

Admin user :

  • Username : admin
  • Password : pass

Easy install

docker pull claroline/claroline-docker
docker run -d -p 99:80 -t claroline/claroline-docker:latest

Building the machine localy (Harder install)

Building the machine

docker build -t claroline-connect .

Running the machine

docker run -d -p 99:80 --name "claroline-connect" -t claroline-connect

Accessing the machine

http://localhost:99/

Removing the machine and all its contents

docker rm -f claroline-connect

About

A Docker image for Claroline Connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages