You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Dockerfile which creates a docker image containing a running poll-server would have several benefits:
easy setup (especially for those who don't know Ruby/gem/rake/MySql etc.)
reproducible setup for different environments
encapsulation of services
avoids 'pollution' of a working system in case you have to uninstall poll
I tried to setup one based on Ubuntu 15.4 but failed to setup database connection. I don't want to install poll together with Ruby and MySql on my desktop system
The text was updated successfully, but these errors were encountered:
A
Dockerfile
which creates a docker image containing a runningpoll
-server would have several benefits:poll
I tried to setup one based on Ubuntu 15.4 but failed to setup database connection. I don't want to install
poll
together with Ruby and MySql on my desktop systemThe text was updated successfully, but these errors were encountered: