https://github.com/creecros/resourcespace-docker
ResourceSpace image for docker
https://github.com/creecros/resourcespace-docker
docker docker-container resourcespace resourcespace-docker
Last synced: about 1 year ago
JSON representation
ResourceSpace image for docker
- Host: GitHub
- URL: https://github.com/creecros/resourcespace-docker
- Owner: creecros
- License: mit
- Created: 2017-11-20T15:23:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T17:37:13.000Z (about 6 years ago)
- Last Synced: 2025-03-23T22:12:05.360Z (about 1 year ago)
- Topics: docker, docker-container, resourcespace, resourcespace-docker
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 9
- Watchers: 0
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://hub.docker.com/r/creecros/resourcespace-docker)
**Simplified Docker Container for Resourcespace**
# ResourceSpace Docker Container
ResourceSpace running on Alpine with Nginx
## Supported tags and respective Dockerfile links
- [v9.0](https://github.com/creecros/resourcespace-docker/tree/v9.0)
- [v9.1](https://github.com/creecros/resourcespace-docker/tree/v9.1)
- [v9.2](https://github.com/creecros/resourcespace-docker/tree/v9.2)
## Requirements
- Mysql or MariaDB
## Example usage:
```
docker run -p 80:80 \
creecros/resourcespace-docker:v9.2
```