Created
September 26, 2019 23:52
-
-
Save 100daysofdevops/65b0f7ef822a7cacb01a25079baf7a44 to your computer and use it in GitHub Desktop.
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 build -t mytesttar . | |
| Sending build context to Docker daemon 13.31kB | |
| Step 1/3 : FROM busybox | |
| ---> 19485c79a9bb | |
| Step 2/3 : ADD mytesttar /tmp | |
| ---> 78a1461fdfd1 | |
| Step 3/3 : CMD ["sh"] | |
| ---> Running in 8aa5aa9a977b | |
| Removing intermediate container 8aa5aa9a977b | |
| ---> bab7ef2e937c | |
| Successfully built bab7ef2e937c | |
| Successfully tagged mytesttar:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment