Skip to content

Instantly share code, notes, and snippets.

@jlandure
Created July 28, 2016 14:08
Show Gist options
  • Select an option

  • Save jlandure/996cf90c89ab13f8f26cb74608735cfe to your computer and use it in GitHub Desktop.

Select an option

Save jlandure/996cf90c89ab13f8f26cb74608735cfe to your computer and use it in GitHub Desktop.
How to strip Docker images
docker run -t durdn/minimal-java /bin/true
docker export `docker ps -q -n=1` | docker import - durdn/minimal-java:stripped
docker history durdn/minimal-java:stripped
# cf https://developer.atlassian.com/blog/2015/08/minimal-java-docker-containers/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment