Last active
          July 17, 2021 05:52 
        
      - 
      
- 
        Save kebien6020/bdfd3ab7dbc18f8e135c2130917edbcd to your computer and use it in GitHub Desktop. 
    Run dot container
  
        
  
    
      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
    
  
  
    
  | #!/bin/sh | |
| echo $SSH_AUTH_SOCK | |
| chown 1000:1000 $SSH_AUTH_SOCK | |
| docker run -itd --name dot -v projects:/home/kevin/projects -v /var/run/docker.sock:/var/run/docker.sock -v $SSH_AUTH_SOCK:/ssh-agent -e SSH_AUTH_SOCK=/ssh-agent kevinpena/dot | |
| docker exec -it dot bash | |
| docker rm -f dot | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment