Skip to content

Commit

Permalink
Break long commandline for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
schaefi committed Mar 25, 2024
1 parent 722b3b2 commit f10aab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,11 @@ against the ```basesystem``` container.
1. Register the ```joe``` application

```bash
flake-ctl podman register --container registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/joe --target /usr/bin/joe --app /usr/bin/joe --base registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/basesystem
flake-ctl podman register \
--app /usr/bin/joe \
--container registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/joe \
--base registry.opensuse.org/home/marcus.schaefer/delta_containers/containers_tw/basesystem \
--target /usr/bin/joe
```

2. Launch the application
Expand Down

0 comments on commit f10aab5

Please sign in to comment.