Skip to content

Commit 9943752

Browse files
committed
Add note about Docker and Podman compatibility in README
1 parent d86191c commit 9943752

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Run the `help` command and see available commands:
3939
elastic-package help
4040
```
4141

42+
Some sub-commands are Docker-based, check you also have Docker installed. In case you are using Podman, check [this guide](./docs/howto/use_podman.md) to make it compatible.
43+
4244
## Development
4345

4446
Even though the project is "go-gettable", there is the [`Makefile`](./Makefile) present, which can be used to build,

tools/readme/readme.md.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Run the `help` command and see available commands:
3939
elastic-package help
4040
```
4141

42+
Some sub-commands are Docker-based, check you also have Docker installed. In case you are using Podman, check [this guide](./docs/howto/use_podman.md) to make it compatible.
43+
4244
## Development
4345

4446
Even though the project is "go-gettable", there is the [`Makefile`](./Makefile) present, which can be used to build,

0 commit comments

Comments
 (0)