Created
February 19, 2018 18:36
-
-
Save nevmerzhitsky/bd4868194ddc62399ba10e87ebe0e6f0 to your computer and use it in GitHub Desktop.
Top bind mount for development via Docker
This file contains 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
version: "3.3" | |
services: | |
foo_container: | |
volumes: | |
- type: bind | |
source: ./foo_container/.bash_history | |
target: /root/.bash_history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment