07 2020 档案

An error occured while deploying the file. This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either build your native code to
摘要:问题: An error occured while deploying the file. This probably means that the app contains ARM native code and your Genymotion device cannot run ARM ins 阅读全文

posted @ 2020-07-24 19:24 少杨 阅读(1270) 评论(0) 推荐(0)

Resolving timed out after 2511 milliseconds
摘要:在docker里运行程序,程序用curl请求本地hosts重定向的url地址.死活获取不到数据,还出现provisional headers are shown, 最后在docker 要做下 hosts 制定, /etc/hosts 阅读全文

posted @ 2020-07-22 14:50 少杨 阅读(1046) 评论(0) 推荐(0)

docker 操作 (让容器后台运行程序不退出)
摘要:docker ps 查看当前的容器, -a 显示所以的容器,-q只显示容器 id -> docker rm $(docker ps -qa) 删除所有的容器 docker rmi xxxx(镜像id或者名称) 删除镜像 docker entrypoint 必须有没有退出的进程 才能不退出,可以用 - 阅读全文

posted @ 2020-07-18 18:01 少杨 阅读(7429) 评论(0) 推荐(0)