docker images –all = show all images; docker ps -s = to get a list of containers; docker logs -f = to tail the container logs; docker exec -it “containername” ...
確定! 回上一頁