Running a docker registry with Minio S3 backend Run minio in a container docker run -d -p 9000:9000 --name minio minio/minio server /export Use docker logs to retrieve access key and secret key from minio container docker logs minio Create config.yml for Docker Registry This file will have to be mounted to /etc/docker/registry/config.yml