How to deploy on remote Docker hosts with Docker-compose

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… Read more

Similar

Manipulating Signed Docker Images

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 »