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
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
Running gear status on a docker container that was created from the deploy doesn't work. I get:
# gear status mail-1
WARNING: Unable to find all required binaries - some operations may not be available: Unable to find /usr/bin/gear
container_status: Unable to fetch container status logs: fork/exec /usr/bin/systemctl: no such file or directory
which is pretty strainghtforward. /usr/bin/gear doesn't exists as it was installed in /usr/local/bin/gear
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed geard in /usr/local using this bootstrap script. Trying out simple things works, but deploying doesn't.
The following command was used to deploy an application:
Running
gear status
on a docker container that was created from the deploy doesn't work. I get:which is pretty strainghtforward.
/usr/bin/gear
doesn't exists as it was installed in/usr/local/bin/gear
The text was updated successfully, but these errors were encountered: