Open chinababy-zlj opened 3 months ago
镜像:haxqer/confluence:9.0.1
@haxqer
docker exec confluence-srv java -jar /var/agent/atlassian-agent.jar \
-d \
-p conf \
-m Hello@world.com \
-n Hello@world.com \
-o your-org \
-s you-server-id-xxxx
你输入的少了 容器名: confluence-srv
根据你提供的信息,你把 容器名改为了 confluence,所以,命令应该是:
docker exec confluence java -jar /var/agent/atlassian-agent.jar \
-d \
-p conf \
-m Hello@world.com \
-n Hello@world.com \
-o your-org \
-s you-server-id-xxxx
[root@89-confluence confluence]# docker exec java -jar /opt/confluence/atlassian-agent.jar \
我这里是有java的,为啥提示我没有java? 我下载镜像之后,我是否需要进行dockerfile?