File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -271,23 +271,15 @@ run-min-debug: ## Start minimal Glances in debug console mode (also called stand
271
271
run-min-local-conf : # # Start minimal Glances in console mode with the system conf file
272
272
$(VENV_MIN ) /python -m glances
273
273
274
- run-docker-alpine-minimal : # # Start Glances Alpine Docker minimal in console mode
275
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-alpine-minimal
274
+ $( DOCKER_RUNTIMES ) : run-docker-% :
275
+ $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it $( DOCKER_TAG )
276
276
277
+ run-docker-alpine-minimal : # # Start Glances Alpine Docker minimal in console mode
277
278
run-docker-alpine-full : # # Start Glances Alpine Docker full in console mode
278
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-alpine-full
279
-
280
279
run-docker-alpine-dev : # # Start Glances Alpine Docker dev in console mode
281
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-alpine-dev
282
-
283
280
run-docker-ubuntu-minimal : # # Start Glances Ubuntu Docker minimal in console mode
284
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-ubuntu-minimal
285
-
286
281
run-docker-ubuntu-full : # # Start Glances Ubuntu Docker full in console mode
287
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-ubuntu-full
288
-
289
282
run-docker-ubuntu-dev : # # Start Glances Ubuntu Docker dev in console mode
290
- $(DOCKER_RUN ) $(DOCKER_OPTS ) $(DOCKER_SOCKS ) -it glances:local-ubuntu-dev
291
283
292
284
run-webserver : # # Start Glances in Web server mode
293
285
$(PYTHON ) -m glances -C $(CONF ) -w
You can’t perform that action at this time.
0 commit comments