We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sudo docker run -d groonga/mroonga
sudo docker run groonga/mroonga
The text was updated successfully, but these errors were encountered:
2018年5月15日現在、 https://github.com/mroonga/docker に記載の手順でイメージが起動しているように見える。 解消済みの問題?
Sorry, something went wrong.
以下の2つの環境で docker run -d groonga/mroonga を試したのですが docker ps で何も表示されないので、問題は解決してないと思います。MariaDBやNginxは動くので環境の問題ではなさそうに思えます。
docker run -d groonga/mroonga
docker ps
$ docker --version Docker version 1.13.1, build 092cba3
$ docker --version Docker version 18.03.1-ce, build 9ee9f40
No branches or pull requests
sudo docker run -d groonga/mroonga
だとステータスコード 0 になるsudo docker run groonga/mroonga
だとステータスコード 139 になるsudo docker run -d groonga/mroonga
でイメージが起動することThe text was updated successfully, but these errors were encountered: