Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Agner
17068cdf15 Use same class B network for Docker as Supervisor (#2246) (#2259)
Use a subnet in the same class B network for the Docker default bridge
is using. This avoids conflicting with more than one class B network.
2023-01-24 11:03:08 +01:00
Stefan Agner
340ebdab15 Decrease network size of Docker default bridge (#2246) 2022-11-30 10:31:46 +01:00
Stefan Agner
786dd75a15 Remvoe image name from journald tag/identifier (#2118)
The image name is stored in a separate field IMAGE_NAME as well. This
allows to use the container name (e.g. `hassio_supervisor`) to get logs
of all Supervisors independent of the image name (which differs for
every version).
2022-09-08 12:20:37 +02:00
Stefan Agner
366087cf97 Move Docker configuration to daemon.json (#2116)
This is more readable than passing arguments to the daemon directly. It
also shortens the ExecStart command significantly, which is stored in
every log entry in systemd-journald.
2022-09-08 12:00:23 +02:00
Pascal Vizeli
7a5702efbd More overlay layers 2018-03-31 01:11:35 +02:00