mariotoffia / FluentDocker

Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Apache License 2.0
1.33k stars 98 forks source link

How to start in hosts network? #266

Open ayedo opened 2 years ago

ayedo commented 2 years ago

Hello,

first of all, thanks for your awesome work on FluendDocker. I have enjoyed using it so far. We're having problems translating the following command to FluendDocker:

 docker run --rm -d --network host --name my_nginx nginx

How do you instruct docker to join the hosts network?

Thanks, and best

Alon