turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
929 stars 580 forks source link

redis container will not stay in the active statu #46

Closed panchengtao closed 7 years ago

panchengtao commented 7 years ago

according to your https://github.com/turnbullpress/dockerbook-code/blob/master/code/5/sinatra/redis/Dockerfile, after running the 'docker run -d -P --name redis jamtur01/redis', redis will exit immediately. may you should delete the ‘--protected-mode no’ parameter.

jamtur01 commented 7 years ago

This will be fixed in the next release. Thanks!