Hiroshi.tao

Results 6 comments of Hiroshi.tao

你怎么部署的,本地部署看下 `logs/sys.log`,容器部署用 `docker logs `看下日志,可能安装失败。 安装结束,刷新页面应该会有个弹层提示(成功或失败)。

不用配置,默认已经勾选,我的是密钥+双因素,直接会弹出双因素输入框

``` libcontainer: container start initialization failed: standard_init_linux.go:224: exec user process caused "exec format error" standard_init_linux.go:224: exec user process caused "exec format error" ``` 虽然linux-command本身多架构支持arm,但是依赖的[docker-static-website](https://hub.docker.com/r/lipanski/docker-static-website/tags)仅支持amd,所以还是报错。 或许可以试试[joseluisq/static-web-server](https://hub.docker.com/r/joseluisq/static-web-server/)

关键它在ARM下报错,或许按照文章试试: ``` FROM busybox:1.36 # Create a non-root user to own the files and run our server RUN adduser -D static USER static WORKDIR /home/static # Copy the static website...

ARM架构下运行正常! 或许可以关闭 Issue