博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Docker查看 启动容器
阅读量:6342 次
发布时间:2019-06-22

本文共 2286 字,大约阅读时间需要 7 分钟。

hot3.png

Starting "default"...(default) Check network to re-create if needed...(default) Waiting for an IP...Machine "default" was started.Waiting for SSH to be available...Detecting the provisioner...Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.Regenerate TLS machine certs?  Warning: this is irreversible. (y/n): Regenerating TLS certificatesWaiting for SSH to be available...Detecting the provisioner...Copying certs to the local machine directory...Copying certs to the remote machine...Setting Docker configuration on the remote daemon...                        ##         .                  ## ## ##        ==               ## ## ## ## ##    ===           /"""""""""""""""""\___/ ===      ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ /  ===- ~~~           \______ o           __/             \    \         __/              \____\_______/docker is configured to use the default machine with IP 192.168.99.100For help getting started, check out the docs at https://docs.docker.comhan@han-PC MINGW64 ~$han@han-PC MINGW64 ~$ docker imagesREPOSITORY                            TAG                 IMAGE ID            CREATED             SIZElamp2                                 latest              2fe057dee064        2weeks ago         448.7 MBregistry.aliyuncs.com/iterator/lamp   latest              2fe057dee064        2weeks ago         448.7 MBtutum/lamp                            latest              3d49e175ec00        7weeks ago         427 MBregistry.aliyuncs.com/wow/tomcat      latest              b92cfb2f2182        5months ago        501.4 MBhan@han-PC MINGW64 ~$ dokcer ps -abash: dokcer: command not foundhan@han-PC MINGW64 ~$ docker ps -aCONTAINER ID        IMAGE                              COMMAND             CREATED             STATUS                     PORTS         NAMES34202567aa93        registry.aliyuncs.com/wow/tomcat   "catalina.sh run"   2 weeks ago         Exited (137) 2 weeks ago   0.0.0.0:8080->8080/tcp         tomcat0d23644093ae        lamp2                              "/run.sh"           2 weeks ago         Exited (137) 2 weeks ago   0.0.0.0:3306->3306/tcp, 0.0.0.0:8080->80/tcp   mad_wozniakhan@han-PC MINGW64 ~$ docker start tomcattomcathan@han-PC MINGW64 ~$
 

转载于:https://my.oschina.net/u/1863614/blog/689560

你可能感兴趣的文章
在非纯色背景上,叠加背景透明的BUTTON和STATIC_TEXT控件
查看>>
Distributed2:Linked Server Login 添加和删除
查看>>
Java中取两位小数
查看>>
使用 ftrace 调试 Linux 内核【转】
查看>>
唯一聚集索引上的唯一和非唯一非聚集索引
查看>>
Spark新愿景:让深度学习变得更加易于使用——见https://github.com/yahoo/TensorFlowOnSpark...
查看>>
linux磁盘配额
查看>>
NFS文件共享服务器的搭建
查看>>
IP_VFR-4-FRAG_TABLE_OVERFLOW【cisco设备报错】碎片***
查看>>
Codeforces Round #256 (Div. 2) D. Multiplication Table 【二分】
查看>>
ARM汇编指令格式
查看>>
HDU-2044-一只小蜜蜂
查看>>
HDU-1394-Minimum Inversion Number
查看>>
京东基于Spark的风控系统架构实践和技术细节
查看>>
什么时候使用CountDownLatch
查看>>
C#之MemberwiseClone与Clone
查看>>
Android性能优化之利用Rxlifecycle解决RxJava内存泄漏
查看>>
转: 如何为你的开源项目选择一个合适的开源协议?
查看>>
Atitit 记录方法调用参数上下文arguments
查看>>
webstorm常用功能FTP,及常用快捷键
查看>>