我刚刚下载了Docker Preview v3.1 ,并尝试运行keycloak。
还有其他人遇到这个问题吗?
docker run -p 8080:8080 -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin quay.io/keycloak/keycloak:12.0.4
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific plat
我需要在shell脚本中使用echo和grep。我能用吗?
我试过了,但不正确:
echo Linux: grep "Linux" ~/workspace/ep-exercicios/m1/e2/intro-linux.html | wc -w
我需要显示消息:
Linux: (number of Linux word on the document).
示例:
Linux: 945
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Oracle DB官方图像
The listener supports no services
The command completed successfully
[WARNING] [DBT-06208] The 'SYS' password entered doe
我正在运行M1 Macbook Pro上的docker,这里我使用了这个docker脚本
FROM node:current-buster
# Create and set user
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
RUN apt-get update && apt install -y ./google-chrome-stable_current_amd64.deb
这会引发错误google-chrome-stable:amd64 : Depe
当我为Varnish运行Docker镜像时,我收到错误消息"Running VCC-compiler failed,signal 5“。即使使用最小的VCL配置,也会发生这种情况。 $ docker run vdmk/varnish
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Waiting 5s before star