Created
June 25, 2020 13:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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