Skip to content

Instantly share code, notes, and snippets.

@w7089
Last active October 15, 2019 23:12
Show Gist options
  • Save w7089/4e2d132f91af49da70164af2a1e9806c to your computer and use it in GitHub Desktop.
Save w7089/4e2d132f91af49da70164af2a1e9806c to your computer and use it in GitHub Desktop.
docker run -v /tmp/cache:/cache --entrypoint true --name cache todobackend-dev
docker run --rm --volumes-from cache todobackend-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment