Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update path for iggy cli in README.md (#1006)
Updated path for `iggy cli` in `README.md` for local development environment. While using previously mentioned path for cli `iggy/iggy`: `% docker exec -it iggy-server /iggy/iggy ping` `OCI runtime exec failed: exec failed: unable to start container process: exec: "/iggy/iggy": stat /iggy/iggy: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type` After using the updated path `/iggy`: `% docker exec -it iggy-server /iggy ping` ``` Executing ping command Ping sequence id: 1 time: 0.26 ms Ping statistics for 1 ping commands min/avg/max/mdev = 0.262/0.262/0.262/0.000 ms ```
- Loading branch information