I have an windows container which created by windows docker. Now I want to add two or more Ethernet Adapter from command line. Because windows container cannot start GUI, so I have to do this from command line. How can I do?
Asked
Active
Viewed 57 times
0
-
Are you trying to add the ethernet adapter inside the container? – sxm1972 Feb 10 '18 at 14:46
-
Yes, I want to add the ethernet adapter inside the container. Could you help me? – kongxx Feb 11 '18 at 02:28
1 Answers
0
To create a new virtual network see [docker network create][1]
However in the body of your post you mention wanting to create new Ethernet Adapters. See this post

sxm1972
- 722
- 8
- 15
-
-
I want add a new Ethernet Adapters in docker container, not on the physical host. – kongxx Feb 11 '18 at 02:27
-