作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已按照以下步骤创建自定义 rootfs 镜像以使用 firecracker 启动:-
https://github.com/firecracker-microvm/firecracker/blob/master/docs/rootfs-and-kernel-setup.md
VM 启动后,它会要求输入登录用户名和密码。
我已经尝试过 root/root,就像示例中提供的 hello-rootfs 图像中提供的那样。但无法通过相同的凭据登录。
除了文档中提到的用户登录步骤之外,我们是否需要添加任何其他模块/配置?
最佳答案
您可以使用 chroot 在容器内设置 root 密码:
chroot /my-rootfs
passwd
关于alpine-linux - 如何登录 : "After following the steps in firecracker custom rootfs using alpine",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57380799/
我是一名优秀的程序员,十分优秀!