Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created September 26, 2019 23:52
Show Gist options
  • Select an option

  • Save 100daysofdevops/65b0f7ef822a7cacb01a25079baf7a44 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/65b0f7ef822a7cacb01a25079baf7a44 to your computer and use it in GitHub Desktop.
$ 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