Hi, Previously I encounter 'docker-compose pull' error, and it might be caused by tag mismatch
And I pull those docker images and re-modify their tags manually, so I could run 'docker-compose up' However, when creating appc_controller_container, another error appears: 'ERROR: for appc_controller_container Cannot start service appc: b'OCI runtime create failed: container_linux.go:346: starting container process caused "exec: \\"/opt/onap/appc/bin/startODL.sh\\": stat /opt/onap/appc/bin/startODL.sh: no such file or directory": unknown'' Then I login appc_controller_container, I found out there is not dir with '/opt/onap/appc', the only folder in /opt/onap/ is sdnc/ So I changed the entrypoint to ["/opt/onap/sdnc/bin/startODL.sh"]. And 'docker-compose up' works this time But There is not any features about appc in Karaf, and no APIDOCs from DLUX GUI Any ideas? Thanks, Zhuangyang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19589): https://lists.onap.org/g/onap-discuss/message/19589 Mute This Topic: https://lists.onap.org/mt/64585148/21656 Mute #appc: https://lists.onap.org/mk?hashtag=appc&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
