Skip to content

Instantly share code, notes, and snippets.

@Loupax
Created June 25, 2020 13:48
Show Gist options
  • Save Loupax/3abc3fe653ca5681cd23a87be41d4795 to your computer and use it in GitHub Desktop.
Save Loupax/3abc3fe653ca5681cd23a87be41d4795 to your computer and use it in GitHub Desktop.
Docker compose job that allows me to delete accidental readonly files created by my containers
debug:
image: alpine
entrypoint: /bin/sh
stdin_open: true
tty: true
volumes:
- '${PWD}:/host_filesystem'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment