Working with Pebble and Docker

I never quite understood Docker until I had to start building a deep learning box—more on that in another post. But Docker allows one to create quick-starting “virtual machines” that encapsulate all necessary libraries and packages for specific tasks. So of course there are Docker containers for working with the Pebble SDK. The best one I’ve found is kipters/docker-pebble-dev. To install, just do  docker pull kipters/docker-pebble-dev and read the documentation on github to see how to use.