Created
August 1, 2022 08:43
-
-
Save seahrh/2cd745b7c1cf5111c9466b6c6747b466 to your computer and use it in GitHub Desktop.
docker build show progress in plaintext
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 -f Dockerfile -t repo/dir/myimage:1 . --no-cache --progress=plain | |
docker push repo/dir/myimage:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment