Skip to content

Commit 894d686

Browse files
committed
gtop
1 parent 3c5b737 commit 894d686

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gtop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:8-alpine
1+
FROM node:12-alpine
22

33
ENV LANG=en_US.utf8 \
44
TERM=xterm-256color

shell/gtop

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
docker run --rm -ti --privileged --net=host --pid=host wenshunbiao/gtop

0 commit comments

Comments
 (0)