刪除硬碟裡面所有containers及image cache
docker system prune
docker create image command to container
docker create busybox ping google.com
docker start image_id
顯示container output
docker logs image_id
dokcer stop image_id
等同強制停止container
docker kill image_id