Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@philipz
Created April 28, 2019 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipz/5305774117702c1e1cdf45564d6e8571 to your computer and use it in GitHub Desktop.
Save philipz/5305774117702c1e1cdf45564d6e8571 to your computer and use it in GitHub Desktop.
Kaniko to Docker Hub

A quick look at Google's Kaniko project

docker run -v $PWD:/workspace -v ~/.docker/config.json:/kaniko/config.json \
 --env DOCKER_CONFIG=/kaniko \
 gcr.io/kaniko-project/executor:latest \
 -d philipz/hello-world:kaniko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment