Skip to content

Instantly share code, notes, and snippets.

@philipz
Last active August 29, 2015 14:05
Show Gist options
  • Save philipz/16ba9f451c8b934314d2 to your computer and use it in GitHub Desktop.
Save philipz/16ba9f451c8b934314d2 to your computer and use it in GitHub Desktop.
Docker Image to Dockerfile script
#!/bin/bash
/usr/bin/docker run -v /var/run/docker.sock:/var/run/docker.sock centurylink/dockerfile-from-image $1 > $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment