-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discuss] [Deploy] 于Linux平台使用Docker部署BAAS之测试 #199
Labels
新的议题
新的议题,用于后续提交PR
Comments
宿主环境
|
|
关于2,@rainux 写过一个cli的程序,基于这个Cli应该可以搞一份出来。webui,挺ok的应该。 |
@Kiramei
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
宿主环境
测试环境
部署 redroid
docker-compose.yml
如下所示。如遇打开 app 时卡网络检测,开关
- net.ipv6.conf.all.disable_ipv6=0
此项可临时解决。部署 ubuntu_novnc_test
Dockerfile
如下所示。如需参考以下内容,务必确保硬碟剩余空间大于 12GB,网络畅通。
docker-compose.yml
如下所示。如需参考以下内容,redroid 容器务必于此容器前启动 ,否则此容器无法获取网络。
部署后
查看 redroid 容器日志,使用 logcat 。
根据项目说明,使用相同显示方式,为利于使用,增加 noVNC 。
进入 ubuntu 容器。
以下指令仅供测试,如需排障,请自行去除末尾参数。
于浏览器键入
localhost:5050/vnc.html
进入 noVNC 页面,可以看见左上角用于测试的时钟。终止时钟,运行脚本入口,于浏览器可以看见程式界面,使用
openbox
作为 WM 时可以拖拽或是全屏化界面。附图
The text was updated successfully, but these errors were encountered: