Skip to content

Commit 960f2ba

Browse files
berneyedannenberg
authored andcommitted
Update README for podman #197
ref: #160
1 parent a708808 commit 960f2ba

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ Optional:
7070
* GPG for download verification
7171
* rlwrap for command history
7272

73-
#### Docker
73+
#### Docker or Podman
7474

75-
* Working Docker setup
75+
* Working Docker or Podman setup
7676
* Git
77-
* jq to parse Docker json output
77+
* jq to parse Docker/Podman json output
7878

7979
## Installation
8080

@@ -132,14 +132,14 @@ located at `/etc/kubler.conf`. If the file doesn't exist the `kubler.conf` file
132132
used as a fallback.
133133

134134
All of Kubler's runtime data, like user config overrides, downloads or custom scripts, is kept at a path defined
135-
via `KUBLER_DATA_DIR`. This defaults to `~/.kubler/`, which is suitable if user accounts have Docker access on the host.
136-
If you plan to use Docker/Kubler only with `sudo`, like on a server, you may want to use `/var/lib/kubler`, or some other location, as data dir instead.
135+
via `KUBLER_DATA_DIR`. This defaults to `~/.kubler/`, which is suitable if user accounts have Docker/Podman access on the host.
136+
If you plan to use Docker/Podman/Kubler only with `sudo`, like on a server, you may want to use `/var/lib/kubler`, or some other location, as data dir instead.
137137

138138
Managing your `KUBLER_DATA_DIR` with a VCS tool like Git is supported, a proper `.gitignore` is added on initialization.
139139

140140
#### Uninstall
141141

142-
1. Remove any build artifacts and Docker images created by Kubler:
142+
1. Remove any build artifacts and container images created by Kubler:
143143

144144
```
145145
$ kubler clean -N
@@ -173,7 +173,8 @@ expected.
173173
A `--working-dir` is considered valid if it has a `kubler.conf` file and either an `images/` dir, or
174174
one ore more namespace dirs, which are just a collection of images.
175175

176-
As Kubler currently only ships with a Docker build engine the rest of this tour will focus on building Docker images,
176+
Kubler currently ships with Docker and Podman build engines.
177+
The rest of this tour will focus on building Docker images,
177178
it's worth noting that the build process may be completely different, i.e. it may not involve Gentoo or Docker at all,
178179
for other build engines.
179180

0 commit comments

Comments
 (0)