SystemD Support

This commit is contained in:
Your Name 2022-08-15 09:42:56 -06:00
parent f737084eb7
commit acdb0cd8ad

View File

@ -3,6 +3,7 @@
## New Features:
* Manage Containers: Has a new option called "Commit Image" that allows you to update a Docker image with the current running image.
* Operations: Has a new option called "Edit Hosts" which will let you modify /etc/hosts on the server and then it will be copied to each node.
* SystemD unit file generation for containers to start on Boot (Podman Only).
## Enhancements:
* Added PiCluster version to /nodes API
@ -10,7 +11,6 @@
* Webconsole: Removed depcreciated BodyParser constructor
* Webconsole: Image list shows size and created time.
* ElasticSearch: Support for SSL/TLS
* SystemD unit file generation for containers to start on Boot.
## Removed or Deprecated:
* Auto-starting of containers at boot has been replaced with SystemD Unit files.