Heavily inspired by k9s.
Gocker supports the following platforms:
- Operating Systems: Linux, macOS, and Windows
- Architectures: amd64, arm64, and 386
Note
Testing has primarily been conducted on Linux (amd64).
Functionality on macOS and Windows may vary and is not guaranteed.
To install the latest version of Gocker, run the following command:
curl https://raw.githubusercontent.com/pommee/gocker/main/installer.sh | sh /dev/stdin
This will install the gocker binary specific to your platform.
The binary is placed in ~/.local/bin
. If the installer.sh script fails, then binaries can be manually downloaded from releases.
To launch the application, simply run the following command in your terminal:
$ gocker
Update
To check for updates and apply them:
$ gocker update
Info
To display version and build information:
$ gocker info
Help
For detailed help about commands:
$ gocker help