How to access a docker container running on MacOSX from another host?

后端 未结 5 551
时光取名叫无心
时光取名叫无心 2021-02-04 15:25

I\'m trying to get started with docker and want to run the Ubiquiti video controller. I have installed Docker Toolbox and managed to get the container to run on my Yosemite host

5条回答
  •  名媛妹妹
    2021-02-04 15:59

    This working for me

    • with stopped VM add a 3rd "bridge" network
    • start the VM with docker-machine start machine-name
    • regenerate certs with docker-machine regenerate-certs machine-name

    check if ok with docker-machine ls

提交回复
热议问题