Tel Map

Category: Docker

Docker container management

2019-04-26 | Docker |

Docker for Windows and Host Volumes

The container management system Docker is quite useful for running services or applications in a controlled, isolated environment. In a lot of situations it is also useful to have directories inside a docker container mapped to a local folder on the host… more

2016-05-23 | Docker |

Introduction to Docker

In the past we often had some software (e.g. web application inside an application  server) that needed to be deployed on multiple servers, different stages (development, staging, production) and even on some machines hosted by a customer, but managed by ourselves. To… more