- Docker: Version 20.10.17 or higher
- Docker Compose: Version 2.5.0 or higher
Verify your Docker and Docker Compose versions by running:
docker --version
docker-compose --version
- Cloning the Repository
- Configuration
- Building the Docker Image
- Running the Container
- Troubleshooting
Clone the repository to your local machine:
Build the Docker image:
docker build -t langaracpscnext:latest .
Start the container:
docker run -p 3000:3000 langaracpscnext:latest
Access the Langara Computer Science Club site at http://localhost:3000.
Here are some common issues and their solutions:
-
Error: OCI runtime create failed
- Ensure Docker is properly installed and running.
- Try restarting the Docker service or your computer.
-
Error: Failed to load resource: net::ERR_CONNECTION_REFUSED
- Check if the container is running:
docker ps
- Inspect container logs:
docker logs <container_id>
- Check if the container is running:
For additional support, please open an issue on the GitHub repository or contact the Langara CPSC Club administrators.