Skip to content
This repository has been archived by the owner on Aug 29, 2020. It is now read-only.

Commit

Permalink
Remove Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed May 11, 2018
1 parent 6827718 commit c02bf5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,22 @@ git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop

Then move `gotop` into your $PATH somewhere.


### Arch Linux

Install the `gotop-bin` package from the AUR.


### Source

```sh
go get github.com/cjbassi/gotop
```

### Docker

```
docker run -it --rm cjbassi/gotop
```

Note: Process list doesn't work when running with Docker.


## Usage


### Keybinds

* Quit: `q` or `<C-c>`
Expand All @@ -65,6 +60,7 @@ Note: Process list doesn't work when running with Docker.
* `h` and `l`: zoom in and out of CPU and Mem graphs
* `?`: toggles keybind help menu


### Mouse

* click to select process
Expand All @@ -80,6 +76,7 @@ You can use 256 colors, bold, underline, and reverse.
You can see the template and get more info [here](https://github.com/cjbassi/gotop/blob/master/src/colorschemes/template.go)
and see the default colorscheme as an example [here](https://github.com/cjbassi/gotop/blob/master/src/colorschemes/default.go).


### CLI Options

`-m`, `--minimal` Only show CPU, Mem and Process widgets.
Expand Down
3 changes: 0 additions & 3 deletions build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,3 @@ archive:
format: tgz
files:
- none*
dockers:
- image: cjbassi/gotop
- dockerfile: build/Dockerfile
8 changes: 0 additions & 8 deletions build/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion build/build_steps.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
make sure gotop builds and runs
tag commit with version number
export GitHub token in shell
run `sudo dockerd`
run `goreleaser --rm-dist -f build/.goreleaser.yml`
update AUR package

0 comments on commit c02bf5d

Please sign in to comment.