Skip to content

ainoya/docker-sixpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,

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 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.

About

Dockerized sixpack server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages