Releases: markdumay/synology-docker
Releases · markdumay/synology-docker
v1.4.2
v1.4.1
v1.4.0
v1.3.1
v1.2.0
- Added sudo to iptables to fix inresponsive start - @markdumay
- Revised timeout to run in foreground to enable TTY - @markdumay
- Updated documentation on IP forwarding rule - @markdumay
- Added IP forwarding rule to start-stop-status - @markdumay
- Improved consistency of string constants - @markdumay
- Revised restore function to ensure root ownership - @markdumay
- Ensured volumes folder exists for compatability - @markdumay
v1.1.2
- Added validation of CPU architecture - @markdumay
- Fixed test to verify Docker daemon has stopped - @markdumay
- Added timeout for starting/stopping Docker daemon - @markdumay
- Added headers to describe each function - @markdumay
- Added to do: fix CPU architecture for Docker Compose - @markdumay
- Updated status message - @markdumay
- Adjusted code comments - @markdumay
- Fixed violations of maximum column width - @markdumay
- Simplified code to detect target Docker version - @markdumay
- Improved POSIX compliance - @markdumay
- Bumped default Docker versions to latest - @markdumay
- Added BTRFS issue - @markdumay
- Added 'console' to command-line examples - @markdumay
- Added known issues and fixed incorrect repo names - @markdumay
v1.0.5
Improved paths
Changed
- The -p option has been added, as it allows you to use auto-versioning for the backup names. However, specifying a path in the filename for the -b option implicitly works too. #5
- The directory for backup files defaults to $PWD. #5
- Replaced the web scraping instruction with a GitHub API request. #9
- Added user prompt to confirm an install, restore, or update command. #10
- Clarified disclaimer and usage in both README.md and script. #11
Fixed
- The $WORKING_DIR is split into $TEMP_DIR, $BACKUP_DIR, and $DOWNLOAD_DIR. The $TEMP_DIR is now used for extracting files only and is recreated at the start of the script. The update command clears the directory when finished too. Both download and install use the $DOWNLOAD_DIR path, which is explicitly set when calling these commands. #5
Thanks to @hirenshah for suggestions and testing of this release
Core functionality
Implements core functionality to automatically download and update Docker Engine and Docker Compose on Synology. Functionality has been tested with the following devices and software versions:
- NAS (DS918+): DSM 6.2.3-25426 and Docker Package 18.09.0-513 (prior to update)
- NAS (DS918+): DSM 6.2.3-25426, Docker Engine v19.03.11, and Docker Compose 1.26.0 (after update)