আমি উইন্ডোজ 7, ভার্চুয়ালবক্স 5.0.4, ডকার টুলবক্স 1.9.0 এ আছি। আমি যখন পেয়েছি কুইকস্টার্টটি চালাচ্ছি:
Creating Machine default...
Running pre-create checks...
Creating machine...
Error creating machine: Error in driver during machine creation: Maximum number of retries (5) exceeded
Looks like something went wrong... Press any key to continue...
আমি যখন ভার্চুয়ালবক্স খুলি এবং একবার দেখতে পাই তখন আমি একটি চলমান 'ডিফল্ট' ভিএম পাই। আমার ভিবক্স.লগে আমি দেখতে পাচ্ছি (সম্পূর্ণ ফাইল এখানে ):
00:00:00.696246 HM: HMR3Init: VT-x w/ nested paging and unrestricted guest execution hw support
সুতরাং সম্ভবত ভিটি-এক্স সমর্থনটি আমার পক্ষে ঠিক আছে। লগফিলের ঠিক শেষে আমি দেখতে পাচ্ছি যে ডি-বাস ইনস্টল করা হচ্ছে না about
00:00:46.950561 VMMDev: Guest Log: 00:00:10.018836 vminfo Error: Unable to connect to system D-Bus (3/3): D-Bus not installed
ডি-বাস ইস্যুটি এখানে জানানো হয়েছে https://github.com/docker/toolbox/issues/214 আমি সরাসরি এর পরে আবার যখন কাস্টস্টার্টটি চালাচ্ছি তখন আমি একটি আইপি ঠিকানা পাওয়ার বিষয়ে একটি ত্রুটি বার্তা পেয়েছি:
Machine default already exists in VirtualBox.
Setting environment variables for machine default...
Error running connection boilerplate: Error getting driver URL: Something went wrong running an SSH command!
command : ip addr show dev eth1
err : exit status 255
output :
## .
## ## ## ==
## ## ## ## ## ===
/"""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\_______/
Error getting IP address: Something went wrong running an SSH command!
command : ip addr show dev eth1
err : exit status 255
output :
docker is configured to use the default machine with IP
For help getting started, check out the docs at https://docs.docker.com
NOTE: When using interactive commands, prepend winpty. Examples: 'winpty docker run -it ...', 'winpty docker exec -it ...'.
এবং যদি আমি একটি আদেশ চালনা করি তবে আমি সংযোগ সম্পর্কিত অন্য একটি বার্তা পাই:
$ winpty docker run hello-world
An error occurred trying to connect: Post http://localhost:2375/v1.21/containers
/create: dial tcp 127.0.0.1:2375: ConnectEx tcp: No connection could be made because the target machine actively refused it.
এই মুহুর্তে আমি https://www.virtualbox.org/wiki/Testbuilds এ গিয়ে ভার্চুয়ালবক্স 5.0.9 পেয়েছি এবং তারপরে ডকার টুলবুক আনইনস্টল করেছি, ডিফল্ট ভিএম এবং। ডকার ডিরেক্টরি মুছে ফেলেছি এবং টুলবক্সটি পুনরায় ইনস্টল করেছি এবং পুনরায়- এটি চালান, এবং একই সমস্যা পেয়েছে:
Creating Machine default...
Creating CA: C:\Users\marwick\.docker\machine\certs\ca.pem
Creating client certificate: C:\Users\marwick\.docker\machine\certs\cert.pem
Running pre-create checks...
Creating machine...
Error creating machine: Error in driver during machine creation: Maximum number of retries (5) exceeded
Looks like something went wrong... Press any key to continue...
এই প্রয়াসের লগফিলটি এখানে: http://pastebin.com/9VjD9t6P
আমি এই কাজ কিভাবে পেতে পারি?