Is it possible to start multiple docker daemons on the same machine

后端 未结 3 1994
走了就别回头了
走了就别回头了 2020-12-23 11:56

And if it is possible, how would you configure each daemon - graph location, images location, etc?

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 12:43

    Yes, this is doable by using Docker Machine

    Using this you can create multiple docker daemons and switch between them as you want.

提交回复
热议问题