Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostyasha/docker-centos-crowd
https://github.com/kostyasha/docker-centos-crowd
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostyasha/docker-centos-crowd
- Owner: KostyaSha
- Created: 2015-09-13T18:32:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T18:37:10.000Z (about 9 years ago)
- Last Synced: 2023-03-11T00:57:41.309Z (over 1 year ago)
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
Crowd2 docker container that i'm using for https://github.com/jenkinsci/crowd2-plugin testing
### Usage
Not fully automated :atm:- build image
```
docker build . -t centos-crowd:1
```
- run container
```
docker run -d \
--name crowd.${your-docker-host-ip}.xip.io \
-h crowd.${your-docker-host-ip}.xip.io \
-p 8095:8095 \
-v /pathat/to/stored/crowd-home:/opt/atlassian-crowd \
centos-crowd:1
```
- go to `http://crowd.${your-docker-host-ip}.xip.io:8095/crowd` and configure crowd instance (i.e. license on first run)### Kudos
- DNS resolver http://xip.io/