Last active
November 29, 2017 08:47
-
-
Save TimJMartin/7b96fb8b94c36418e86dc17ab2da6ee7 to your computer and use it in GitHub Desktop.
Docker Notes
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
To copy a file from an image to the host | |
docker run the-image cat path/to/container/file.txt > path/to/host/file.txt | |
Amazon Linux | |
This image can be used to replicate EC2 and AWS Lambdas so anything that needs to be built from source can be done on this docker image. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment