You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update glances
This commit is contained in:
		| @@ -28,8 +28,8 @@ RUN set -xe \ | ||||
|                          python-dev \ | ||||
|     && rm -rf /root/.cache/pip /var/lib/apt/lists/* | ||||
|  | ||||
| VOLUME /glances | ||||
| WORKDIR /glances | ||||
| VOLUME /etc/glances | ||||
| WORKDIR /etc/glances | ||||
|  | ||||
| EXPOSE 61208 | ||||
| EXPOSE 61209 | ||||
|   | ||||
| @@ -3,4 +3,36 @@ glances | ||||
|  | ||||
| [Glances][1] an Eye on your system. A top/htop alternative. | ||||
|  | ||||
| ## docker-compose.yml | ||||
|  | ||||
| ```yaml | ||||
| glances: | ||||
|   image: vimagick/glances | ||||
|   volumes: | ||||
|     - ./data:/etc/glances | ||||
|     - /var/run/docker.sock:/var/run/docker.sock:ro | ||||
|   environment: | ||||
|     - GLANCES_OPT=-w | ||||
|   net: host | ||||
|   pid: host | ||||
|   restart: always | ||||
| ``` | ||||
|  | ||||
| > Read [this][2] for all command line options. | ||||
|  | ||||
| ## up and running | ||||
|  | ||||
| ```bash | ||||
| $ docker-compose up -d | ||||
| $ curl http://localhost:61208 | ||||
| ``` | ||||
|  | ||||
| > You can put settings in [./data/glances.conf][3]. | ||||
|  | ||||
| ## screenshot | ||||
|  | ||||
|  | ||||
|  | ||||
| [1]: http://nicolargo.github.io/glances/ | ||||
| [2]: http://glances.readthedocs.io/en/stable/cmds.html | ||||
| [3]: http://glances.readthedocs.io/en/stable/config.html | ||||
|   | ||||
| @@ -28,8 +28,8 @@ RUN set -xe \ | ||||
|                          python-dev \ | ||||
|     && rm -rf /root/.cache/pip /var/lib/apt/lists/* | ||||
|  | ||||
| VOLUME /glances | ||||
| WORKDIR /glances | ||||
| VOLUME /etc/glances | ||||
| WORKDIR /etc/glances | ||||
|  | ||||
| EXPOSE 61208 | ||||
| EXPOSE 61209 | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| glances: | ||||
|   image: easypi/glances-arm | ||||
|   volumes: | ||||
|     - ./data:/etc/glances | ||||
|     - /var/run/docker.sock:/var/run/docker.sock:ro | ||||
|   environment: | ||||
|     - GLANCES_OPT=-w | ||||
|   | ||||
| @@ -1,6 +1,7 @@ | ||||
| glances: | ||||
|   image: vimagick/glances | ||||
|   volumes: | ||||
|     - ./data:/etc/glances | ||||
|     - /var/run/docker.sock:/var/run/docker.sock:ro | ||||
|   environment: | ||||
|     - GLANCES_OPT=-w | ||||
|   | ||||
		Reference in New Issue
	
	Block a user