An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![image](https://user-images.githubusercontent.com/26339368/60102174-2b753400-972b-11e9-80c4-166c4d64c85a.png)

[![Docker Pulls](https://img.shields.io/docker/pulls/creecros/resourcespace-docker?style=flat-square)](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
```