You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing password for root.
sudo: Account or password is expired, reset your password and try again
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper
sudo: unable to change expired password: Authentication token manipulation error
cat /usr/local/bin/start.sh
#!/bin/bashset -e
chown -R 10000:10000 /var/log/docker
crond
rm -f /var/run/rsyslogd.pid
# sudo -u \#10000 -E 'rsyslogd' '-n'# Change to this , is worker
su syslog -c 'rsyslogd -n'set +e
root [ / ]#
The text was updated successfully, but these errors were encountered:
Harbor 1.10.2
Use docker-compose
docker logs harbor-log
cat /usr/local/bin/start.sh
The text was updated successfully, but these errors were encountered: