Docker基本知识
$ service docker <start/stop>$ docker load -i <docker_img.docker>$ docker run -it <image_name> /bin/bash$ docker commit <container_id> <image_name>$ docker ps$ docker ps -aLast updated
Was this helpful?
$ service docker <start/stop>$ docker load -i <docker_img.docker>$ docker run -it <image_name> /bin/bash$ docker commit <container_id> <image_name>$ docker ps$ docker ps -aLast updated
Was this helpful?
Was this helpful?