(or Safely Torturing Vim with Docker) by Adrian Mouat, Container Solutions The core purpose of Docker is to create portable, isolated containers holding a process (or possibly a set of processes) and its dependencies. Typically, the process represents a service such as an Apache Webserver or a Postgres database. However, there is no reason why it can’t also be a traditional desktop application such as Eclipse or Open Office. This post looks at how I used Docker to create dim, a …
Comments (0)
Sign in to post comments.