
In order to know what size is utilized by a docker container we can make use of the docker ps command with --size option.
Example:% docker ps -a --size --format "table {{.ID}}\t{{.Names}}\t{{.Image}}\t{{.Size}}"
CONTAINER ID NAMES IMAGE SIZE
9f02645eac99 nifty_yalow nginx 1.09kB (virtual 135MB)
6df1f3248f02 modest_montalcini alpine 0B (virtual 5.29MB)
31b01099d9d6 competent_pasteur alpine 539MB (virtual 544MB)
Have Questions? Post them here!
- How to docker remove a container when it exits
- Install Python on Alpine Linux - Docker
- How to Rename Docker Image with none TAG and REPOSITORY?
- Remove all stopped containers in Docker using prune command
- [Fix] Docker Error response from daemon: manifest for :latest not found: manifest unknown
- [fix] Error response from daemon: conflict unable to remove repository reference ubuntu container is using its referenced image
- [Docker] Install Python3 on Alpine Linux
- Unable to find image docker latest locally
- How to Stop/Cancel/kill docker image pull
- How to know the Docker Engine Version
- [fix] Docker: OCI runtime exec failed unable to start container process
- [Solution] Alpine Docker apt-get: not found
- Install and Run Cassandra on Docker Desktop
- Install node on Alpine Linux Docker
- How to Copy files from Docker Container to Host System
- Install the minimal Linux on Docker (only 5 mb Alpine Linux)
- How to stop and start a docker container
- Docker - Error response from daemon: You cannot remove a running container
- Open Docker Desktop from macOS Terminal
- How to check installed docker version command
- How to know the Docker Sandbox ID of a Container Network?
- [fix] docker: Error response from daemon: dial unix docker.raw.sock: connect: no such file or directory.
- [Docker] Install Git on Alpine Linux
- Docker MySQL Compose File with Volume Example
- [fix] Docker: Alpine Linux - /bin/sh: bash: not found
- How to fix command not found brew (bash, zsh) on macOS Terminal - MacOS
- How to install and Configure sar sysstat tools in Ubuntu Linux - Linux
- PHP Script to Upload Images to Server - PHP
- Error : Facebook SDK AndroidRuntime?FATAL EXCEPTION: main - Android
- Android Studio Button onClickListener Example - Android-Studio
- [Solution] Notepad++ Compare option unavailable - NotepadPlusPlus
- NewApi error : Finds API accesses to APIs that are not supported in all targeted API versions - Android
- Calculate Volume of Cone - C-Program