Find out the main specifics of the automated Docker Engine deployment at Jelastic PaaS as well as the options it could be run with... (more…)
Read more »
Intro Over time I’ve built up a few different small applications which do simple things like track share prices, or track whether a particular file has changed on GitHub. Little apps that onl… (more…)
Read more »
The docker-compose tool is pretty popular for running dockerized applications in a local development environment. All we need to do is write a Compose file containing the configuration for the application’s services and have a running Docker engine for de... (more…)
Read more »
Like mentioned in a post before, we at DIGIMONDO love to use Docker for the most of our services.
Read more »
Recently I looked at Docker Content Trust (DCT) more closely and was surprised to find out that I can manipulate signed images locally on disk! This is because the packed image is signed. After the image is pulled, it gets unpacked and there is no signat... (more…)
Read more »