Back

Explore Courses Blog Tutorials Interview Questions
0 votes
5 views
in DevOps and Agile by (47.6k points)

How can I get the size of a Docker image?

1 Answer

0 votes
by (106k points)

You can use below-mentioned command to get the size of a Docker image:

docker image inspect komljen/drone-kubectl-helm:latest --format='{{.Size}}'

If you want to learn Docker then you can have a look at the following Docker training course. You can also watch the following Docker video tutorial to know such kind of things.

Browse Categories

...