A command that definitely cleans the local docker environment

For those who are squeezing the capacity because Docker images and container data are mounted locally.

I'll erase everything (laughs)

docker rm -f `docker ps -aq`
docker rmi -f `docker images -q`
docker network rm `docker network ls -q`
docker volume rm `docker volume ls -q`

Recommended Posts

A command that definitely cleans the local docker environment
The story that docker had a hard time
SSL in the local environment of Docker / Rails / puma
Creating a lightweight Java environment that runs on Docker
Decomposing the Docker run command. .. ..
Docker × Java Building a development environment that is too simple
[Docker] List of errors that occurred when building the environment
Create a Vue3 environment with Docker!
One file of Docker x Laravel threat! Build a local development environment with the minimum configuration
Build Couchbase local environment with Docker
Build a Node.js environment with Docker
Set up a Wordpress Docker environment without using the Worpdress image
Command line that can create a directory structure for building a Laravel environment with Docker in one shot
Run Redmine in the local environment of Windows10 Pro-Use Docker Desktop for Windows
Build a local development environment for Rails tutorials with Docker (Rails 6 + PostgreSQL + Webpack)
Launching the production environment with docker + rails (ver5.2) and errors that occurred
A story that was embarrassing to give anison file to the production environment
How to migrate a web application created in a local docker environment to AWS
Create a web environment quickly using Docker
Create a jar file with the command
Create a MySQL environment with Docker from 0-> 1
Build a WAS execution environment from Docker
Build a Wordpress development environment with Docker
Creating a Servlet in the Liberty environment
Try the Docker environment on AWS ECS
Build a simple Docker + Django development environment
Docker command
About the solution of the error that occurred when trying to create a Japanese file of devise in the Docker development environment
Build a development environment for Docker + Rails6 + Postgresql
Docker + DynamoDB local + C ++ environment construction and practice
A shell script that builds the OpenJDK11 source
[Memo] Create a CentOS 8 environment easily with Docker
Environment construction command memo with Docker on AWS
Build a WordPress development environment quickly with Docker
Improve the performance of your Docker development environment
A note when the heroku command becomes unavailable
A story about making a Builder that inherits the Builder
Build a simple Docker Compose + Django development environment
A description that only the poster can access
Prepare a scraping environment with Docker and Java
A reminder of Docker and development environment construction
Docker × Laravel HTTPS (SSL) communication in local environment
Build a development environment for Docker, java, vscode
Create a docker environment for Oracle 11g XE
Wordpress local environment construction & development procedure with Docker
Create a Spring Boot development environment with docker
How to install Docker in the local environment of an existing Rails application [Rails 6 / MySQL 8]
Build a local development environment for Open Distro for Elasticsearch with multiple nodes using Docker
Docker command to create Rails project with a single blow in environment without Ruby