Tag Archives: docker

Creating a Minimally Sized Docker Image

This is a follow up to the Publishing a Static AngularJS Application with Docker post. Relative to the size of a standard Ubuntu Docker image I thought the 250MB CoreOS image was “lean”. Earlier this month I went to a Docker talk by Brian … Continue reading

Posted in Programming, Tools | Tagged | 3 Comments

Publishing a Static AngularJS Application with Docker

Contents Introduction The most common use for JavaScript frameworks is to provide dynamic client-side user interface functionality for a web site. There are situations where a JS application does not require any services from its host server (see example unhosted apps). … Continue reading

Posted in Programming | Tagged , | 3 Comments