Virtualise your dev environment
Introduction
wharfrat is intended to make it easy and convenient to use a development environment in a docker container. The benefits of this are:
Simple: A new development environment is setup with a single simple command, meaning new team members are ready to go immediately.
Shared: Everyone with access to the project (and docker) has access to the development environment.
Controlled: Everyone gets a development environment created from the same image - no more “works for me” issues.
Versioned: The configuration is version controlled, meaning you get the development environment that matches the code branch you are working on.
A short demo of wharfrat:
To learn more about wharfrat, please checkout the documentation:
Installation
To install, please follow the Installation Instructions.
in the manual or download the latest native binary on the GitHub Download Page.
Contributing
All contributions are welcome! More information can be found in the contribution guidelines.
If you discover a bug or something didn’t work the way you expected, please feel free to open a GitHub issue.
If you would like to help improve this site, then it can also be found on GitHub.
Blog
For more information regarding wharfrat development, have a look at our blog. The latest posts are:
{% for post in site.posts limit:3 %} * {{ post.date | date_to_string }} » {{ post.title }} {% endfor %}
License
wharfrat is licensed under the MIT License.