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
as there is no comand /install inside the container.:
Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/install\": stat /install: no such file or directory": unknown
It seems that it should be /init instead.
Also, the /init_certificates script fails with this error:
In the intialization step this line is wrong:
as there is no comand
/install
inside the container.:It seems that it should be
/init
instead.Also, the
/init_certificates
script fails with this error:This can be fixed by replacing this line:
with:
The text was updated successfully, but these errors were encountered: