Editing Dockerfiles with Architect
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
In the last two years, software development had taken a step forward with the advent of the Docker. For the uninitiated, a Docker is a tool that automates the deployment of applications by packaging them with their dependencies in a virtual container, eliminating the need for virtual machines.
Docker has streamlined the process of application development on Linux servers, and Open Analytics has streamlined the creation of Docker files with Architect’s new Dockerfile Editor.
Installation
To install the Dockerfile Editor, first click Help -> Install New Software
Next, add the URL http://docker-editor.openanalytics.eu/update as a new repository.
Finally, select the “Dockerfile Editor” and click next. NOTE: You must first de-select the “Group items by category” option.
Using the Dockerfile Editor
For basic instructions on using the Docker Editor, please visit out guide, Getting Started with Dockerfile Editor.
Additional Resources:
- Dockerfile reference
- Rocker, R Configurations for Docker
- Docker Tooling for Eclipse
- Docker Tooling Wiki
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.