sparkfabrik / sparkdock

Automatic MacOS system provisioning
Other
20 stars 8 forks source link

Update to ubuntu playbook #4

Closed edodusi closed 7 years ago

stickgrinder commented 7 years ago

The overall work seems great, but please, use the dnsmasq configuration and file-names set in the playbook. It has been carefully crafted and proven to work on all Ubuntu versions from 14.04 upward without any additional trick. Furthermore it is very friendly to possible local environments that run in concurrency with docker (i.e. native apache on a .loc domain).

One last thing: we really should keep company-playbook documentation in sync with this ansible playbook... ideally running this playbook and performing the doc by hand must end up in exactly the same configuration.

Thanks! :)

stickgrinder commented 7 years ago

We ended up deciding we'll remove that configuration file (useless on Linux). We need to add a notice at the end of the playbook execution informing the user that she needs to restart her X or console session to use docker. What about this phrasing?

Local development environment configured!
To use docker you need to close your session and login again. BE WARNED that closing your shell/term-emulator won't suffice: you need to log out from your desktop environment, or if you prefer, reboot your system.
Enjoy!
stickgrinder commented 7 years ago

Accepting on feature branch to provide more love :)