Commit Graph

129 Commits

Author SHA1 Message Date
Ryan Stafford
438e5f80ed Added support for private docker registries with basic auth or no auth 2020-04-11 18:59:50 -04:00
bergware
ea2f5e2b57 Multi-language support 2020-03-19 13:18:18 +01:00
bergware
71813e3bb3 Multi-language support 2020-03-18 15:02:15 +01:00
bergware
2d9bac9701 Miscellaneous updates 2020-02-11 09:50:09 +01:00
bergware
243949d567 Miscellaneous updates 2020-02-11 09:41:05 +01:00
bergware
b167656811 Miscellaneous updates 2020-02-11 09:22:24 +01:00
bergware
90e7c31996 Miscellaneous updates 2020-02-11 09:19:21 +01:00
bergware
0c31dd551d Docker: curl connection time to 15s 2020-02-10 18:16:41 +01:00
bergware
b93653a5fb Miscellaneous updates 2020-02-10 12:55:34 +01:00
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
bergware
9e7af29b4d Docker: added new setting "Host access to custom networks" 2020-01-08 16:47:28 +01:00
bergware
2e75dacde9 Revert "Added docker host access to custom network option"
This reverts commit c16d7ee356.
2020-01-07 08:04:59 +01:00
bergware
c16d7ee356 Added docker host access to custom network option 2020-01-07 00:39:27 +01:00
bergware
591efc8001 Docker: show 'up-to-date' when status is unknown 2019-12-22 22:35:28 +01:00
Andrew Z
4c4ab3717d Avoid unnecessary download if docker.img recreated 2019-09-22 10:16:35 -04:00
Andrew Z
6effa94fac dockerMan: Redownload icon if url changesa 2019-09-21 20:54:49 -04:00
bergware
6955d5508d DockerClient: commented out "debug" 2019-09-01 08:24:56 +02:00
bergware
ab692cc131 Fixed docker container update state 2019-09-01 07:59:04 +02:00
Andrew Z
10dfb06d45 Suppress PHP warnings 2019-02-16 13:51:02 -05:00
bergware
4268562929 Docker: suppress PHP warning 2019-01-17 10:31:10 +01:00
bergware
b4a1472a2f Docker: suppress PHP warning 2019-01-17 10:24:32 +01:00
bergware
578e7d25c6 Added docker default settings 2019-01-13 16:55:02 +01:00
Eric Schultz
4485c00cfc Include Helpers.php 2018-10-20 01:14:06 -05:00
Rouven Hurling
6811d05bcf get the correct base64 from docker config (missing array subkey) 2018-10-19 15:59:40 +02:00
Rouven Hurling
9d14283f35 load localVersion from docker api if json version === null 2018-10-16 07:22:01 +02:00
Rouven Hurling
2791a463a1 rewrite getRemoteVersionV2 to follow correct api flow
1. get www-authenticate header for realm, service & scope
2. get token from generated url (realm + query args service & scope)
3. get manifest header Docker-Content-Digest

Also allows access to private docker registries
2018-10-16 07:21:09 +02:00
Rouven Hurling
a70373a3fb send X-Registry-Auth header when pulling image from private registry 2018-10-15 04:28:35 +02:00
bergware
3255a4715b New CPU pinning functionality
Control ALL CPU pinning from a single view
2018-08-10 12:57:50 +02:00
bergware
9d683de94c Added CPU selection to docker container edit section 2018-08-08 17:23:22 +02:00
bergware
9c0cff4782 Added docker autostart wait period
- fixed autostart entries sometimes wrongly sorted
2018-08-05 13:34:46 +02:00
bergware
da70c1f2b7 Added version control in docker API calls 2018-08-01 11:10:58 +02:00
bergware
ee032dc29b Merge remote-tracking branch 'upstream/master' 2018-06-08 07:57:22 +02:00
Kenneth Tan
0c508f7890 Correct docker container icon name generation 2018-06-08 08:35:24 +08:00
bergware
b3791ccbd1 Merge remote-tracking branch 'upstream/master' 2018-06-05 08:33:52 +02:00
realies
0b0d69d0aa Strip HTML from back-end
HTML tags are converted to HTML entities somewhere along the chain and `CreateDocker.php` generates:

`addLog('<b>Error: Image can not be deleted&lt;br&gt;&lt;i&gt;In use by other container(s)&lt;/i&gt;</b>');` 

![screen shot 2018-06-01 at 02 27 32](https://user-images.githubusercontent.com/5107843/40816307-277e4bc6-6544-11e8-95ac-f207b5c61076.png)
2018-06-01 02:45:09 +01:00
bergware
14e69b877e Docker: added shell/bash selection for console 2018-05-29 14:03:27 +02:00
bergware
578d011b43 Fixed regression error in docker_cfg file 2018-05-12 12:39:41 +02:00
bergware
1e667b18ff Docker: add support of custom bridge network without port bindings 2018-05-03 17:50:02 +02:00
bergware
086c53d20e Revert "Docker support custom bridge networks without port bindings"
This reverts commit b2c92084b2.
2018-05-03 17:48:03 +02:00
bergware
b2c92084b2 Docker support custom bridge networks without port bindings 2018-05-03 17:22:21 +02:00
bergware
a67787cade Docker: added pause/resume commands & container console window 2018-05-01 09:37:31 +02:00
bergware
be36a08c24 Minor code changes 2018-04-27 08:41:56 +02:00
tom mortensen
0c1b591ea0 Merge pull request #334 from Squidly271/patch-2
Docker skip hidden files when listing directories
2018-04-25 16:08:26 -07:00
Squidly271
1b9997f86f Docker skip hidden files when listing directories
Solves the problem with dockerMan pumping out tons of simpleXML errors when a Mac creates its ._ files

See https://lime-technology.com/forums/topic/70636-beta-diskspeed-hard-drive-benchmarking-unraid-6/?page=5&tab=comments#comment-653133  (Hasn't really appeared prior because this template was originally published as a .xml the user had to copy manually onto the flash drive)
2018-04-23 20:39:37 -04:00
Squidly271
75ee98a201 Suppress Docker PHP error if container has no ports exposed or utilized 2018-04-23 20:08:30 -04:00
bergware
a25f490e0c Docker minor code update 2018-04-05 17:57:02 +02:00
bergware
843ba47478 Docker: optimized URL caching 2018-04-05 16:31:18 +02:00
bergware
c4a8c69f34 Minor code correction 2018-04-05 13:46:02 +02:00
bergware
70b5308463 Fixed return of IPv4 or IPv6 address 2018-04-05 12:47:20 +02:00