DOCKER RUN命令后,Docker容器立即退出

时间:2017-08-01 09:53:34

标签: docker ubuntu-16.04 lxc

请不要忽视这一点,我试图通过论坛上提出的其他解决方案,没有解决我的问题。

我开始使用Docker和DevOps的东西。开始使用page上的基本入门教程。我无法像tuto中描述的那样运行应用程序,

>>> dict2 ={'A': ['A', 'A'], 'B': ['B', 'B']}
>>> dict2
Out[21]: {'A': ['A', 'A'], 'B': ['B', 'B']}

我在$ docker --version Docker version 17.06.0-ce, build 02c1d87 上运行docker,以下是我所做的不同验证

Ubuntu 16.04 LTS

我注意到,实际上当我运行应用程序时,$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE friendlyhello latest cb003cf9993a 6 minutes ago 194MB python 2.7-slim 451c85955bc2 7 days ago 182MB hello-world latest 1815c82652c0 6 weeks ago 1.84kB $ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 7d094e902b93 friendlyhello "python app.py" 7 minutes ago Exited (0) 7 minutes ago awesome_fermi 9d358777b84d hello-world "/hello" 3 hours ago Exited (0) 3 hours ago eloquent_euclid Status,如上所示。

Exited

$ Curl http://localhost:4000 curl: (7) Failed to connect to localhost port 4000: Connection refused 的内容如下所示:

Dockerfile

0 个答案:

没有答案