One of the driving forces behind Docker is to create a consistent environment across all Docker enabled machines and to create portable templates, or images, which can be ran on any Docker enabled server. It would, therefore, make perfect sense that Docker have made it very easy for us to export a running container and
↧