Last active
          September 7, 2015 01:39 
        
      - 
      
- 
        Save davidbaiguini/f509a28e1df03255e53f to your computer and use it in GitHub Desktop. 
    Docker cammands
  
        
  
    
      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
    
  
  
    
  | docker exec -i CONTAINER sh -c 'cat > DESTINATION' < ORIGIN | |
| # like: | |
| docker exec -i tangible sh -c 'cat > /root/test.txt' < ./test.txt | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment