diff --git a/.github/demo_01.webp b/.github/demo_01.webp new file mode 100644 index 0000000..8a7f085 Binary files /dev/null and b/.github/demo_01.webp differ diff --git a/.github/workflows/create_release_and_build.yml b/.github/workflows/create_release_and_build.yml index bc81a11..dc5ad2c 100644 --- a/.github/workflows/create_release_and_build.yml +++ b/.github/workflows/create_release_and_build.yml @@ -136,8 +136,8 @@ jobs: docker build --platform linux/arm/v6,linux/arm64,linux/amd64 \ -t ${{ secrets.DOCKERHUB_USERNAME }}/oxker:latest \ -t ${{ secrets.DOCKERHUB_USERNAME }}/oxker:${{env.CURRENT_SEMVER}} \ - -t ghcr.io/${{ github.repository_owner }}/${{ github.ref_name }}:latest \ - -t ghcr.io/${{ github.repository_owner }}/${{ github.ref_name }}:${{env.CURRENT_SEMVER}} \ + -t ghcr.io/${{ github.repository }}:latest \ + -t ghcr.io/${{ github.repository }}:${{env.CURRENT_SEMVER}} \ --provenance=false --sbom=false \ --push \ -f containerised/Dockerfile . diff --git a/README.md b/README.md index 78ec7b6..b5f36c5 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,23 @@ -

+


-

oxker

-
A simple tui to view & control docker containers
+

oxker

+
A simple tui to view & control docker containers

-

+

Built in Rust, making heavy use of ratatui & Bollard

-

- - +

+ + An animated demo of oxker in operation + + + link to alternative screenshot + +

- [Download & install](#download--install) @@ -77,7 +82,7 @@ brew install oxker ``` ### Pre-Built -See the pre-built binaries +See the pre-built binaries or, download & install (x86_64 one liner) @@ -190,7 +195,7 @@ If no memory information available, try appending either ```/boot/cmdline.txt``` ```cgroup_enable=cpuset cgroup_enable=memory``` -see https://forums.raspberrypi.com/viewtopic.php?t=203128 and https://github.com/docker/for-linux/issues/1112 +see https://forums.raspberrypi.com/viewtopic.php?t=203128 and https://github.com/docker/for-linux/issues/1112 ### Untested on other platforms