The Docker container contains sixpack and sixpack-web server environment.
If you just run sixpack with docker, you can use trusted builds registered Docker index,
docker pull ainoya/sixpack
- Run
docker build -t sixpack-server
- Run
docker run -d sixpack-server
Another example of running sixpack is:
docker run -d -t --name sixpack-server \
-p 5000:5000 \
-p 49022:22 \
-p 5001:5001 sixpack-server
Once you've made your great commits:
- Fork docker-sixpack
- Create your feature branch (
git checkout -b my-new-feature
) - Write tests
- Run tests with
rake test
- Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new pull request
- That's it!
Sixpack is a language-agnostic a/b-testing framework.