Skip to content

Instantly share code, notes, and snippets.

@davidwalter0
Created September 18, 2014 19:13
Show Gist options
  • Save davidwalter0/6a1d873911c159542970 to your computer and use it in GitHub Desktop.
Save davidwalter0/6a1d873911c159542970 to your computer and use it in GitHub Desktop.
#!/bin/bash
# same idea as [https://docs.docker.com/articles/baseimages] different name than scratch
tar cv --files-from /dev/null | docker import - null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment