You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -70,11 +70,11 @@ Optional:
70
70
* GPG for download verification
71
71
* rlwrap for command history
72
72
73
-
#### Docker
73
+
#### Docker or Podman
74
74
75
-
* Working Docker setup
75
+
* Working Docker or Podman setup
76
76
* Git
77
-
* jq to parse Docker json output
77
+
* jq to parse Docker/Podman json output
78
78
79
79
## Installation
80
80
@@ -132,14 +132,14 @@ located at `/etc/kubler.conf`. If the file doesn't exist the `kubler.conf` file
132
132
used as a fallback.
133
133
134
134
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.
137
137
138
138
Managing your `KUBLER_DATA_DIR` with a VCS tool like Git is supported, a proper `.gitignore` is added on initialization.
139
139
140
140
#### Uninstall
141
141
142
-
1. Remove any build artifacts and Docker images created by Kubler:
142
+
1. Remove any build artifacts and container images created by Kubler:
143
143
144
144
```
145
145
$ kubler clean -N
@@ -173,7 +173,8 @@ expected.
173
173
A `--working-dir` is considered valid if it has a `kubler.conf` file and either an `images/` dir, or
174
174
one ore more namespace dirs, which are just a collection of images.
175
175
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,
177
178
it's worth noting that the build process may be completely different, i.e. it may not involve Gentoo or Docker at all,
0 commit comments