This website requires JavaScript.
Explore
Help
Sign In
nicolargo
/
glances
Watch
1
Star
1
Fork
0
You've already forked glances
mirror of
https://github.com/nicolargo/glances.git
synced
2024-11-27 10:42:52 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a7d5b1e869
glances
/
docker-bin.sh
4 lines
45 B
Bash
Raw
Normal View
History
Unescape
Escape
Add glances binary to '/usr/local/bin' + Update ENV PATH to include '/venv/bin' in Dockerfiles
2023-05-20 12:01:24 +03:00
#!/bin/sh
Double quote array expansions to avoid re-splitting elements in docker-bin.sh
2023-06-09 13:51:02 +03:00
/venv/bin/python3 -m glances
"
$@
"
Reference in New Issue
Copy Permalink