Skip to content

Instantly share code, notes, and snippets.

@t3h2mas
Created December 14, 2016 17:43
Show Gist options
  • Save t3h2mas/547da2fab8711d62adf3199b7b45687b to your computer and use it in GitHub Desktop.
Save t3h2mas/547da2fab8711d62adf3199b7b45687b to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run --name "persist" \
-v /persistance \
-it \
--rm \
alpine:latest \
/bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment