Skip to content

Commit

Permalink
Adjust readme: both docker and podman supported
Browse files Browse the repository at this point in the history
  • Loading branch information
aspettl committed Jan 23, 2022
1 parent d128297 commit 6a92239
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ i.e., CLI tools that can be started in a Docker or Podman container.
* Upgrading CLI tools is then as easy as specifying a new image tag or pulling the
latest tag again
* Standard mechanism for shell completion can be used
* Supports (rootfull) Docker and (rootless) Podman currently as engine for containers

## Limitations

* By design, applications in containers can only access those folders that are mounted
into the container (by default only the current working directory) and ports are
opened on a virtual network interface.
* **Currently: only rootless Podman containers are supported**, i.e., we rely on the
fact that root (UID 0) in the container is mapped to the current user

## How to use

Expand Down Expand Up @@ -64,7 +63,6 @@ local folders do not exist. Naturally, this feature does not work properly when

Not yet implemented:

* Support also Docker, not only rootless Podman
* Auto-pull images
* Auto-build images with additional layers, e.g. for extra tools or UID switch
* Possibility to specify additional parameters for Docker/Podman run command
Expand Down

0 comments on commit 6a92239

Please sign in to comment.