Commit Graph

52 Commits

Author SHA1 Message Date
bergware
3f51e6bb36 Docker: added container vpn network support 2020-02-09 23:51:35 +01:00
bergware
68bcee42be Docker: added container vpn network support
-allow  extra parameters using --net=<network> to overrule default network assignment
- add vpn containers are referenced by name in network assignment
- add update containers reference when vpn container is updated
2020-02-09 17:06:11 +01:00
Andrew Z
41bd904d89 Avoid double slashes 2019-09-22 09:47:17 -04:00
Andrew Z
6effa94fac dockerMan: Redownload icon if url changesa 2019-09-21 20:54:49 -04:00
bergware
3f7a8b25af Minor textual changes 2019-04-26 16:14:24 +02:00
Squidly271
d2981ee243 Revert switch case
It is correct, because the line in DockerClient is
                        $tmp['registry'] = $tmp['registry'] ?? $this->getTemplateValue($image, 'Registry');

And if I switch that, then god knows what else has to change in addition
2019-03-25 21:46:07 -04:00
Squidly271
d658e525af Switch case 2019-03-25 19:50:40 -04:00
Andrew Z
a28c810baa Docker: Add More Info link (docker registry) to context menus 2019-03-24 13:36:20 -04:00
bergware
ef299ca852 Docker: usage memory usage in advanced view 2019-01-31 17:09:03 +01:00
bergware
037a65e16a Docker page: single column for CPU/Memory load 2019-01-30 09:49:37 +01:00
bergware
68f9d92e31 Usage bars updates 2019-01-20 09:52:46 +01:00
bergware
a1477b1c21 Docker: remove "required" 2019-01-19 06:43:59 +01:00
bergware
8ecf742b71 Selection corrections 2019-01-11 11:59:46 +01:00
bergware
6f08f43c55 Docker and VM list updates 2019-01-11 09:44:43 +01:00
bergware
351714cf11 Docker containers list update 2019-01-11 03:41:55 +01:00
bergware
593eef0f58 Docker containers list update 2019-01-11 02:00:20 +01:00
bergware
a8efed8f96 Docker containers list update 2019-01-11 01:29:58 +01:00
Eric Schultz
0dea5fbf0f Merge pull request #379 from Squidly271/patch-12
Docker: Suppress error if no volumes present in template
2018-09-06 16:31:30 -05:00
Squidly271
588e768027 Update DockerContainers.php 2018-09-06 17:18:45 -04:00
Squidly271
84d7a0bae4 Docker: Suppress error if no volumes present in template 2018-09-06 08:55:18 -04:00
bergware
017ab14495 Docker containers: improved table spacing 2018-09-06 13:03:31 +02:00
bergware
fc7fe25a66 Docker containers: imrpoved table spacing 2018-09-06 13:00:13 +02:00
bergware
c2c66865a9 Docker containers: list adjustment to fit better smaller screens 2018-09-05 22:25:39 +02:00
bergware
ef3ad76619 Docker containers page: show container starting up message
Starting docker service and auto-starting containers has been decoupled.
This lets the docker page return as soon as the service is ready.
The container overview page shows a new message, and will automatically reload to update the status until all containers are auto-started
2018-08-23 17:37:14 +02:00
bergware
9c0cff4782 Added docker autostart wait period
- fixed autostart entries sometimes wrongly sorted
2018-08-05 13:34:46 +02:00
bergware
e90ba2d00f Docker: added cpu load and memory load display 2018-06-03 09:12:22 +02:00
bergware
f751950e1c Make cpu-load and mem-load only visible in advanced mode 2018-05-29 22:20:06 +02:00
bergware
17088573e7 Docker: added cpu load and memory load display 2018-05-29 14:02:30 +02:00
bergware
c144751ac2 Fixed column count in Docker container list 2018-05-02 08:13:23 +02:00
bergware
594dc71d5c Make sorting of Docker and VM list draggable 2018-05-01 22:33:39 +02:00
bergware
d27883494e Make sorting of Docker and VM list draggable 2018-05-01 22:28:14 +02:00
bergware
98f48e0640 Added: Docker Pause/Resume all Containers buttons 2018-05-01 12:11:57 +02:00
bergware
a67787cade Docker: added pause/resume commands & container console window 2018-05-01 09:37:31 +02:00
bergware
699d6591e8 Fixed orphan images not shown when no containers defined 2018-04-02 14:18:20 +02:00
bergware
408650ddcb Minor code optimization 2018-04-02 14:06:46 +02:00
bergware
27ff3bb7fa Fixed missing protocol type in container list 2018-04-02 14:02:32 +02:00
bergware
b6d86dc5f7 Docker enhancements and corrections
- delete cache files when container is deleted
- improved handling of user defined networks
-  optimized reading of container and image settings
- improved handling of container IP address assignment
- code optimization and consistency
2018-04-02 13:18:31 +02:00
bergware
d2d2f67b4f Reduced container list to one call to docker only for all containers at once 2018-03-24 21:02:04 +01:00
bergware
f3b0417fd8 Changed container list to a single docker call 2018-03-24 19:47:26 +01:00
bergware
fbe5252618 Execute docker commands with timeout 2018-03-23 11:28:54 +01:00
bergware
1c126f0971 Regression: return LOG display as before in docker list 2018-03-17 15:33:55 +01:00
bergware
a3fe701dfe Allow user sorting preference for containers and VMs
Sorting preference also dictates the sequence in which containers and
VMs are started and stopped (reversed)
2018-03-17 13:53:05 +01:00
bergware
27b42934eb Show zero source address when container is stopped 2018-03-17 03:11:30 +01:00
bergware
bc98284f07 Regression: fix network mode in container list 2018-03-17 00:54:13 +01:00
bergware
0ff8434832 Fixed port mapping of user defined networks 2018-03-16 23:35:44 +01:00
bergware
c6e7c98255 Revert "Fixed port mapping of "user defined" networks"
This reverts commit 08eba17a3b.
2018-03-16 23:24:32 +01:00
bergware
08eba17a3b Fixed port mapping of "user defined" networks 2018-03-16 23:11:31 +01:00
bergware
9dfd418dd4 Fixes and improvements for Docker
- fixed deletion of orphan images
- inline list update when removing container or image
- fixed list updating after execution error
- added animation when removing container or image
- delete old xml file when container is renamed
- fixed IP assignment with multiple containers based on the same image
2018-03-16 17:15:21 +01:00
bergware
8bc44e77e1 Docker list: do all updating inline + new button "Update all Containers" 2018-03-09 13:05:39 +01:00
bergware
4147fd174f Added docker list expand/collapse view 2018-03-06 14:24:41 +01:00