Docker Start, Stop, Remove, Containers, Images, Volumes, Version
Clean up dangling resources docker system prune Clean up unused resources docker system prune -a Docker image list # all images docker images -a # dangling resources docker images -f…
Clean up dangling resources docker system prune Clean up unused resources docker system prune -a Docker image list # all images docker images -a # dangling resources docker images -f…
Login to the server using ssh terminal or putty First, install docker using the below command sudo apt-get update sudo apt-get -y install apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg…