Skip to content

Commit 6e1fb1f

Browse files
authored
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 ```
1 parent 47f65de commit 6e1fb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There's an ongoing effort to build the administrative web UI for the server, whi
119119

120120
You can find the `Dockerfile` and `docker-compose` in the root of the repository. To build and start the server, run: `docker compose up`.
121121

122-
Additionally, you can run the `CLI` which is available in the running container, by executing: `docker exec -it iggy-server /iggy/iggy`.
122+
Additionally, you can run the `CLI` which is available in the running container, by executing: `docker exec -it iggy-server /iggy`.
123123

124124
Keep in mind that running the container on the OS other than Linux, where the Docker is running in the VM, might result in the significant performance degradation.
125125

0 commit comments

Comments
 (0)