2017-03-14 3 views
0

나는 테스트 목적으로 그 안에 도커 - 머신과 도커 - 머신을 가지고있는 도커 컨테이너의 여러 인스턴스를 실행하고자하는 centos 머신/서버를 가지고있다. 심지어 할 수 있습니까?서버의 도커 - 도커에있는 도커 - 기계

저는 최신 centos7의 도커 이미지를 가지고 있습니다. 나는 그 다음 달린다

sudo docker run --privileged -ti test 

나는 도커 컨테이너 안에 도커, 도커 - 기계와 가상 박스를 설치했다.

docker-machine --version 
docker-machine version 0.10.0 

VBoxManage --version 
5.1.16r113841 

docker --version 
Docker version 17.03.0-ce 

내가

docker-machine create --driver virtualbox default 

을 실행 I 얻을

(default) Creating a new host-only adapter produced an error: /usr/bin/VBoxManage hostonlyif create failed: 
(default) 0%... 
(default) Progress state: NS_ERROR_FAILURE 
(default) VBoxManage: error: Failed to create the host-only adapter 
(default) VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory 
(default) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterfaceWrap, interface IHostNetworkInterface 
(default) VBoxManage: error: Context: "RTEXITCODE handleCreate(HandlerArg*)" at line 94 of file VBoxManageHostonly.cpp 
(default) 
(default) This is a known VirtualBox bug. Let's try to recover anyway... 
Error creating machine: Error in driver during machine creation: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue 
The default lines below are for a sh/bash shell, you can specify the shell you're using, with the --shell flag. 

아무도 내가이 문제를 해결받을 수있는 방법을 알고 있나요 다음과 같은 오류? 내 virtualbox는 이미 5.0.12 버전보다 최신 버전입니다.

답변

0

몇 번의 제거> 재설치 후 작업이 시작되었습니다.

관련 문제