You can easily find some resources on the Internet on how to troubleshoot
docker networking issues, e.g.
https://stackoverflow.com/questions/20430371/my-docker-container-has-no-internet
If you'd like to use host networking mode then go ahead and edit
ansible/docker/build_ansible_image.sh and add "--network host' to "docker
build" command in line 36:
>
> 36 docker build --network host "$script_dir" -t "${image_name}" --label
> "build-date=$build_date" \
> 37 ${git_commit:+--label git-commit=${git_commit}} \
> 38 ${ansible_version:+--build-arg ansible_version=${ansible_version}}
>
>
--
Regards
Bartek Grzybowski
Samsung R&D Institute Poland
Samsung Electronics
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23049): https://lists.onap.org/g/onap-discuss/message/23049
Mute This Topic: https://lists.onap.org/mt/81360759/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-