Docker sends SIGKILL to all processes on the host if a CRLF start-script is used

Description looks like containers with start-scripts that contain windows line-endings (cr-lr) confuse docker: example_1 | standard_init_linux.go:211: exec user process caused "no such file or… Read more

Similar

Building Docker Images with Packer HCL

Since Packer 1.5 HCL2 is supported, and even though its still in beta, and some features are still missing, for those used to HCL writing hashicorp modules, it beats json previous templating. In this post we will use Packer with HCL to create two docker i... (more…)

Read more »