This is a Docker container for Czkawka.
The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.
Czkawka is written in Rust, simple, fast and easy to use app to remove unnecessary files from your computer.
NOTE: The Docker command provided in this quick start is given as an example and parameters should be adjusted to your need.
Launch the Czkawka docker container with the following command:
docker run -d \
--name=czkawka \
-p 5800:5800 \
-v /docker/appdata/czkawka:/config:rw \
-v /home/user:/storage:rw \
jlesage/czkawka
Where:
/docker/appdata/czkawka
: This is where the application stores its configuration, states, log and any files needing persistency./home/user
: This location contains files from your host that need to be accessible to the application.
Browse to http://your-host-ip:5800
to access the Czkawka GUI.
Files from the host appear under the /storage
folder in the container.
Full documentation is available at https://github.com/jlesage/docker-czkawka.
Having troubles with the container or have questions? Please create a new issue.
For other great Dockerized applications, see https://jlesage.github.io/docker-apps.