Sign inSign up

hackerspacesg/hackdo

By hackerspacesg

•Updated almost 9 years ago

HackDo is meant to be a membership (and others) management system for Hackerspaces.

Image
1

189

hackerspacesg/hackdo repository overview

⁠HackDo Docker Image

A Docker image for HackDo⁠.

HackDo is meant to be a membership (and others) management system for Hackerspaces.

⁠Installation

Pull the image⁠ from Docker Hub:

docker pull hackerspacesg/hackdo:latest

Create a container using docker run, specifying the host and container port respectively in the -p= parameter:

docker run -d \
  -p=58180:80 \
  hackerspacesg/hackdo:latest

The above, in one line:

docker run -d -p=58180:80 hackerspacesg/hackdo:latest

⁠Usage

The superuser credentials are currently hardcoded by default. The username is hackdo and the password is demo.

You may wish to fork the repository and build your own container if you would like to change the credentials.

⁠Licence

Code licensed under The MIT License (MIT).

Tag summary

Content type

Image

Digest

Size

70.1 MB

Last updated

almost 9 years ago

docker pull hackerspacesg/hackdo