【Alpine Term】Android免root本地运行Docker

 https://www.cnblogs.com/yanqb/p/17367504.html

https://blog.saky.site/post/alpine-term/


https://github.com/FakeRajbhx/alpine-term

下载安装和安装后初始化开机都需要等一会儿,大约一分钟

开机后,登录系统,用户 alpine 密码: alpine
然后切换到root账户,输入sudo -s 密码:alpine
如果想要修改root密码, 输入 passwd ,需要输入两次新密码。


Welcome to the Alpine Linux! This operating system uses a package manager called 'apk'. Here is a quick guide how to use it: apk add {pkg name} - install package apk del {pkg name} - uninstall package apk info - list installed packages apk info {pkg name} - show information about package apk search {query} - search for package apk update - update package lists apk upgrade - upgrade installed packages apk audit - show file system changes Check file '/home/alpine/README' for details about the current setup of the operating system. See <https://wiki.alpinelinux.org> for the information about administrating Alpine systems. ############################################################ Things to do on the first login: 1. Change password. 2. Set timezone by executing 'sudo setup-timezone'. 3. Change this message by editing /etc/motd. 4. Change login banner by editing /etc/issue. 5. Check for package updates. ############################################################ To run a command as administrator (user "root"), use "sudo <command>". Use "sudo -l" to view all allowed commands. Use "sudo -s" to start root shell. Use "sudo -i" to start login root shell.


发表评论