August 2018
Intermediate to advanced
352 pages
12h 30m
English
$ docker search \
--filter is-automated=true \
--filter stars=20 alpine

In Chapter 3, Working with Docker Images, we will see how to set up automated builds.
From Docker 1.3 onwards, the --insecure-registry option for the Docker daemon is provided, which allows us to search/pull/commit images from an insecure registry. For more details, look at https://docs.docker.com/registry/insecure/.
Read now
Unlock full access