Skip to content

Commit

Permalink
docs: use Gdu directly via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Feb 14, 2024
1 parent 64db7af commit e500f3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 0 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# Installation

[Docker](https://github.com/dundee/gdu):

docker build . --tag gdu
docker run --rm --init --interactive --tty --privileged --volume /:/mnt/root localhost/gdu /mnt/root

[Arch Linux](https://archlinux.org/packages/extra/x86_64/gdu/):

pacman -S gdu
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ Using curl:
chmod +x gdu_linux_amd64
mv gdu_linux_amd64 /usr/bin/gdu

Or see the [installation page](./INSTALL.md) for other ways how to install Gdu to your system.
See the [installation page](./INSTALL.md) for other ways how to install Gdu to your system.

Or you can use Gdu directly via Docker:

docker run --rm --init --interactive --tty --privileged --volume /:/mnt/root ghcr.io/dundee/gdu /mnt/root

## Usage

Expand Down

0 comments on commit e500f3e

Please sign in to comment.