Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ainoya/docker-sixpack
Dockerized sixpack server
https://github.com/ainoya/docker-sixpack
Last synced: 10 days ago
JSON representation
Dockerized sixpack server
- Host: GitHub
- URL: https://github.com/ainoya/docker-sixpack
- Owner: ainoya
- License: mit
- Created: 2014-05-30T10:45:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-21T13:57:01.000Z (over 9 years ago)
- Last Synced: 2024-10-17T23:03:30.902Z (20 days ago)
- Language: Shell
- Size: 223 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Sixpack server, for a/b-testing
The Docker container contains sixpack and sixpack-web server environment.
## Simple Usage
If you just run sixpack with docker, you can use trusted builds registered [Docker index][di],
docker pull ainoya/sixpack
## Deploying
* Run `docker build -t sixpack-server`
* Run `docker run -d sixpack-server`## Running
Another example of running sixpack is:
docker run -d -t --name sixpack-server \
-p 5000:5000 \
-p 49022:22 \
-p 5001:5001 sixpack-server## Contributing
Once you've made your great commits:
1. [Fork][fk] docker-sixpack
2. Create your feature branch (``git checkout -b my-new-feature``)
3. Write tests
4. Run tests with ``rake test``
5. Commit your changes (``git commit -am 'Added some feature'``)
6. Push to the branch (``git push origin my-new-feature``)
7. Create new pull request
8. That's it!## Resources
Sixpack is a language-agnostic a/b-testing framework.
* [Introduction page](http://sixpack.seatgeek.com)
* [Sixpack repo](https://github.com/seatgeek/sixpack)[fk]: http://help.github.com/forking/
[di]: https://index.docker.io/u/ainoya/sixpack/