Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restart host server container cannot start again #38

Closed
oliveagle opened this issue Jan 5, 2015 · 3 comments · Fixed by #39
Closed

restart host server container cannot start again #38

oliveagle opened this issue Jan 5, 2015 · 3 comments · Fixed by #39

Comments

@oliveagle
Copy link

restart host machine, start wordpress_mysql ok. but when to start / restart wordpress container directly. log says:

 $ docker start 84c63ccfcde0
 $ docker logs --tail=10 

  ...
 httpd (pid 1) already running

docker process

84c63ccfcde0        wordpress:4                 "/entrypoint.sh apac   27 hours ago        Exited (0) 22 seconds ago                       wordpress           
6bdd37b885fa        mysql:5                     "/entrypoint.sh mysq   27 hours ago        Up 3 minutes                3306/tcp            wordpress-mysql  
@tianon
Copy link
Member

tianon commented Jan 5, 2015

This was fixed in more recent builds; see docker-library/php#59 (and #32 (comment)).

@oliveagle
Copy link
Author

thx.
btw, is this the latest version ?

wordpress           4.1.0               c615b3914d6b        4 days ago          461 MB
wordpress           latest              c615b3914d6b        4 days ago          461 MB

this issue exists on version 4.1.0

update images in docker repository would be great. thx a lot :)

@yosifkit
Copy link
Member

yosifkit commented Jan 6, 2015

It seems that we did not update the CMD in wordpress to reflect the pid-file cleaner (fixing this in #39).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants