Coderhacks

Tagged in

docker

Docker getting started

Docker experiment to build hello world image from scratch. Instead of using shell script, C based application is used to make it comparable to custom application package/distribution. Creating minimal docker image what you need : docker installed on linux variant (tested on Ubuntu 14LTS) gcc for making minimal application docker can import archives such as tar, tar.gz, .bzip etc. you can package all necessary files into an archive and import it into docker....