Results 2 comments of Richie Goh

请问如何支援类似这样的docker compose `version: '3.4' services: testapp: image: ${DOCKER_REGISTRY-}testapp build: context: . **network: host** dockerfile: TestApp/Dockerfile `

感谢开源,我fork后改改!