0

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?

kongxx
  • 103
  • 1
  • 7

1 Answers1

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