update README
This commit is contained in:
parent
7da5b5ce46
commit
85aaa391e2
1 changed files with 1 additions and 5 deletions
|
@ -33,9 +33,7 @@ cargo install --locked --git https://firefish.dev/firefish/firefish-cli.git
|
|||
|
||||
### Use pre-built OCI image
|
||||
|
||||
You can also use `registry.firefish.dev/firefish/firefish-cli` container image.
|
||||
|
||||
Please replace `fishctl ___` commands with
|
||||
Using the `registry.firefish.dev/firefish/firefish-cli` container image, `fishctl ___` commands can be executed as
|
||||
|
||||
```sh
|
||||
docker run -it --rm --volume "$(pwd)":/firefish \
|
||||
|
@ -49,8 +47,6 @@ podman run -it --rm --volume "$(pwd)":/firefish \
|
|||
fishctl ___
|
||||
```
|
||||
|
||||
to run it inside a container.
|
||||
|
||||
If you are using a container network (which is typically the case if you using `docker-compose.yml` to run Firefish), you also have to specify the network name like this:
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue