我无法在centOS服务器上安装Apache Kylin。我已经在该服务器上安装了Kylin。但是我不得不用change the layout_height property from match_element to wrap_content or some
size in your linearlayout.
example:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="120dp" <-- **change in height**
android:layout_width="match_parent"
android:orientation="vertical">
从docker删除所有图像,然后当我运行下面的命令从Docker Hub中提取Kylin图像时,它使用了我认为的缓存文件。
命令:docker pull apachekylin / apache-kylin-standalone:3.0.1
sudo docker system prune -a
一切看起来不错,但是当我跑步时:
3.0.1: Pulling from apachekylin/apache-kylin-standalone
cbac6436a996: Already exists
ef7cd122ff67: Already exists
4218deff225a: Already exists
e16a6df3203f: Already exists
0fa067284b01: Already exists
8a205d5ca91b: Already exists
d7ce67937c31: Already exists
f2a74e1fcf1a: Already exists
43ab431abd59: Already exists
4da2bcf28ce2: Already exists
de24ae1dc934: Already exists
0f0ff3699671: Already exists
155f1ec45c79: Already exists
fb7f8f2c76f7: Already exists
eef58c7f98e9: Already exists
d3d888485fe6: Already exists
d43b7a000177: Already exists
4a00b6a3dc44: Already exists
638c7082ba84: Already exists
cedf84f50916: Already exists
640e40760c9f: Already exists
60620bc83e11: Already exists
Digest: sha256:91e55e184ece32324a08020443e8c062b4429061905de1800273b2984b842456
Status: Downloaded newer image for apachekylin/apache-kylin-standalone:3.0.1
docker.io/apachekylin/apache-kylin-standalone:3.0.1
它返回:
docker run -d \
-m 8G \
-p 7070:7070 \
-p 8088:8088 \
-p 50070:50070 \
-p 8032:8032 \
-p 8042:8042 \
-p 16010:16010 \
apachekylin/apache-kylin-standalone:3.0.1
我该怎么办?我可以删除缓存的图像吗?还是被迫下载一个新的?
答案 0 :(得分:0)
使用sudo systemctl restart docker
重新启动守护程序,然后重试。如果再次发生错误,请重新启动计算机。