Skip to content

Instantly share code, notes, and snippets.

@nevmerzhitsky
Created February 19, 2018 18:36
Show Gist options
  • Save nevmerzhitsky/bd4868194ddc62399ba10e87ebe0e6f0 to your computer and use it in GitHub Desktop.
Save nevmerzhitsky/bd4868194ddc62399ba10e87ebe0e6f0 to your computer and use it in GitHub Desktop.
Top bind mount for development via Docker
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