mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
f7fbe27bca
commit
1857cff6c1
12
INSTALL.sh
12
INSTALL.sh
@ -721,12 +721,12 @@ configure_docker() {
|
||||
cp ${ETC_DIR}docker/overlay2/xfs_file.json "$docker_daemon_json_path"
|
||||
fi
|
||||
|
||||
dockerd --validate --config-file ${docker_daemon_json_path}
|
||||
if [[ $? -eq 0 ]]; then
|
||||
echo "Docker configuration valid, proceeding to reload daemon"
|
||||
else
|
||||
radovan 1 "File ${docker_daemon_json_path} contains syntax errors. Retry the install with '--retry' flag."
|
||||
fi
|
||||
#dockerd --validate --config-file ${docker_daemon_json_path}
|
||||
#if [[ $? -eq 0 ]]; then
|
||||
# echo "Docker configuration valid, proceeding to reload daemon"
|
||||
#else
|
||||
# radovan 1 "File ${docker_daemon_json_path} contains syntax errors. Retry the install with '--retry' flag."
|
||||
#fi
|
||||
|
||||
|
||||
echo "Starting Docker and checking status.."
|
||||
|
Loading…
Reference in New Issue
Block a user