#!/bin/sh #删除容器以及镜像 docker stop test && docker rm test && docker rmi test:1.0