Search this site
Embedded Files
intdescod
  • Home
  • My Note
    • Linux
    • Node js
    • Docker
    • PostgreSQL
    • Hadoop
    • Python
    • JavaScript
    • Express
    • ShellScript
    • Github
    • Next js
    • Node-Red
  • Full Projects
    • bot_telegram
  • About me
intdescod
  • Home
  • My Note
    • Linux
    • Node js
    • Docker
    • PostgreSQL
    • Hadoop
    • Python
    • JavaScript
    • Express
    • ShellScript
    • Github
    • Next js
    • Node-Red
  • Full Projects
    • bot_telegram
  • About me
  • More
    • Home
    • My Note
      • Linux
      • Node js
      • Docker
      • PostgreSQL
      • Hadoop
      • Python
      • JavaScript
      • Express
      • ShellScript
      • Github
      • Next js
      • Node-Red
    • Full Projects
      • bot_telegram
    • About me

list contents

Docker

Docker Container

melihat list container


docker images 

contoh :

[root@admin admin]# docker images

REPOSITORY       TAG       IMAGE ID       CREATED        SIZE

register-bot     latest    a2ea8f978e4c   42 hours ago   4.93GB

dpage/pgadmin4   latest    bba87308768e   4 weeks ago    512MB

n8n              latest    1e380587b1e7   4 weeks ago    713MB


delete images

menghapus image tertentu :

docker rmi <IMAGE ID>

or

docker rmi <REPOSITORY> 

contoh :

docker rmi a2ea8f978e4c


menghapus semua image :

docker rmi $(docker images -q)

Google Sites
Report abuse
Page details
Page updated
Google Sites
Report abuse