Open classbasics opened 4 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!
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!
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!
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!
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