scylladb / scylla-doc-issues

Repository for reporting issues about Scylla documentation (Deprecated)
2 stars 6 forks source link

Issue in page Best Practices for Running Scylla on Docker #416

Open classbasics opened 4 years ago

classbasics commented 4 years ago

I would like to report an issue in page http://docs.scylladb.com/operating-scylla/procedures/tips/best_practices_scylla_on_docker

Problem

docker run --name some-scylla2 -d scylladb/scylla --seeds="$(docker inspect --format='{{ .NetworkSettings.IPAddress }}' some-scylla)"

docker inspect --format='{{ .NetworkSettings.IPAddress }}' some-scylla does not work in Windows Command Prompt due to the extra spaces, does work in Administrator: Windows Power Shell

took 5 minutes to join cluster on Windows 10 i7-3770 32GB with old SSD.

Suggest a fix

docker run --name some-scylla2 -d scylladb/scylla --seeds="$(docker inspect --format='{{.NetworkSettings.IPAddress}}' some-scylla)" Maybe write that it may take a few minutes

stale[bot] commented 3 years ago

Thanks for reporting. This issue has been automatically marked as stale because it had no activity for the last few months, and will be closed if no further action taken. If the issue is valid, please add a comment to keep it alive!

stale[bot] commented 3 years ago

Thanks for reporting. This issue has been automatically marked as stale because it had no activity for the last few months, and will be closed if no further action taken. If the issue is valid, please add a comment to keep it alive!

stale[bot] commented 3 years ago

Thanks for reporting. This issue has been automatically marked as stale because it had no activity for the last few months, and will be closed if no further action taken. If the issue is valid, please add a comment to keep it alive!

stale[bot] commented 2 years ago

Thanks for reporting. This issue has been automatically marked as stale because it had no activity for the last few months, and will be closed if no further action taken. If the issue is valid, please add a comment to keep it alive!