# docker-tools **Repository Path**: WangWeight/docker-tools ## Basic Information - **Project Name**: docker-tools - **Description**: Nice recipes! - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-01-03 - **Last Updated**: 2023-02-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker Tools ## Introduce ### alias-docker.sh This script contains several repid command to handle docker images/containers,and will be added into `~/.bashrc` file,and you should start a new terminal to take it effect. 1. docker-rmi-none : remove all images which is hangling(`` when you can see in command `docker images`) 2. docker-rm-all : remove all containers in one command with `--force` try. ### make-16G-swapfile.sh This script is used to make a swap file as large as 16G,run with `sudo`. ### using-tsinghua-repo.sh This script is used to replace original url in `/etc/apt/source.txt` with tsinghua repo's url for ubuntu os.run it with `sudo`.