Giter Club home page Giter Club logo

Comments (5)

fantasylidong avatar fantasylidong commented on July 2, 2024

看上去好像是entrypoint.sh没有执行权限?
使用
docker exec -ti -u root anne bash
EDIT: 不知道你容器能否启动进入shell,不能的话得去找docker容器对应位置进行修改
进入docker shell
输入
ls -al
看一下entrypoint权限
正确的权限应该是这样的:
-rwxr-xr-x 1 root root 1766 Sep 11 10:46 entrypoint.sh

你是直接拉取DockerHub的镜像吗,应该是直接可以用的

from annezonemod.

fantasylidong avatar fantasylidong commented on July 2, 2024

我拉取测试了一下确实有问题,等修复

from annezonemod.

fantasylidong avatar fantasylidong commented on July 2, 2024

临时修复方法,去/var/lib/docker/overlay2/
找到容器的entrypoint.sh脚本位置
我的是/var/lib/docker/overlay2/89dc8136b72a65d9d5e532b6d407e953504e191f371b2ee28a4f5f1dcca85c90/diff/home/louis/

然后更改权限和用户组
chmod +x entrypoint.sh
chown -R openwrt:openwrt entrypoint.sh

from annezonemod.

fantasylidong avatar fantasylidong commented on July 2, 2024

morzlee/anne容器更新完了,我自己感觉没啥问题了,你看看可以了么

from annezonemod.

HoshinoRei avatar HoshinoRei commented on July 2, 2024

morzlee/anne容器更新完了,我自己感觉没啥问题了,你看看可以了么

可以启动了,感谢修复。

from annezonemod.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.