HackDo is meant to be a membership (and others) management system for Hackerspaces.
189
A Docker image for HackDo.
HackDo is meant to be a membership (and others) management system for Hackerspaces.
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
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.
Code licensed under The MIT License (MIT).
Content type
Image
Digest
Size
70.1 MB
Last updated
almost 9 years ago
docker pull hackerspacesg/hackdo