Unable to start docker terminal - docker

yesterday I just installed docker to my win 7 using docker toolbox... i refereed to some installation tutorials and successfully did it.. but now when I start docker terminal I'm getting following error.. I went through the websites but I'm unable to find solution,i have gone through many website for this question, they are teaching how to install it which I have done with same procedure Have I done any mistake in setting up of docker..??
can anyone guide me for the same.. I'm new to docker... thank you in advance

if your installing with boot2docker place the boot2doker.iso in cache i.e c:/username/.docker/machine/cache and re-run in terminal

Related

Influx CLI driving me really crazy, cannot open the CLI

i am installing the influxdb_2.0.9 on my ubuntu, i followed the instructions here:
https://docs.influxdata.com/influxdb/v2.0/install/?t=Linux
I download it, setup it, i start the influxd daemon, i can connect via browser on localhost:8086, i think i can work with it, its functioning, i am gonna use the python API anyway, but this really drives me crazy...
I can't get to CLI. When i copy it to /usr/local/bin, or anywhere, or when i run it right in the directory via ./influx, it just returns a HELP message, like if i would type ./influx -h
Funny thing is when i download influxdb-client and run its influx binary, it starts the CLI, but its meant on version 1.6.4 and it does not seem to connect ideally on localhost running influxd 2.0.9, mbe i could somehow config it, but it seems to be bad idea anyway.
I purged everything, tried to reinstall everything, even manually deleted all empty directories, anything named influx on my 20.04 Ubuntu is gone and when i try to just follow the instructions online, everything seems to work except the CLI which i really **** need.
Just FYI, if i try to isntall via sudo apt-get install influxdb, influxdb-client -> it works perfectly, but it is older version 1.6.4
I tried installing the deb package via dpkg as well, but no difference... Im running 20.04 Ubuntu. There is the option of running older influxdb(1.6.x), but that I really dont want to do.
Anyone had the same problem? Could not find the solution in last hour online so im trying here to find help. This really drives me crazy though... Thanks for your time. Q.
Thank you guys for your time.
Well, i seem to realize, that the old CLI is gone and not implemented as it used to be, in the new version. In 2.0.0 it was started by
influx repl
But now i found a msg
I have no idea why they decided to deprecate this, not posting that much info about it..
I will try to finish this post by myself, leave it here, maybe someone in the future will find this useful.
Now I will try to 'build the REPL from source', wish me luck lol.
--EDIT
found a clone, closing the thread.
https://github.com/influxdata/influxdb/issues/19986

How can i install Docker in Deepin 15.11?

The Fist Problem was that i couldn't run the Dockers container in my pc probaly 'cause the version of the SO is 15.11. - I just found ways of install in 15.9 or below. - And i really need the docker or other similar service
I'm not sure you have already installed it or not but hoping that it will be helpful for others at least
Please go through the below GitHub link it helped me installing docker on deepin20 Beta
https://gist.github.com/madkoding/3f9b02c431de5d748dfde6957b8b85ff

can't reinstall docker desktop on windows 10 pro

I have uninstalled Docker Desktop before; now when I try to re-install Docker Desktop, after I run the setup, I get the following message:
Then after pressing the yes or no button, I get the following form:
And installation is canceled.
I have checked the following registry path, but there isn't any key related to Docker Desktop:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
Please help me to solve the problem.
When you install each new version of Docker it does a full uninstall anyway, so give this a try and see if it doesn't help fully clean out the old Docker.
https://support.microsoft.com/en-us/help/17588/windows-fix-problems-that-block-programs-being-installed-or-removed

fabric composer on Windows machine

I tried setting up playground using
https://fabric-composer.github.io/tutorials/getting-started-playground.html
I followed the docker steps everything started OK, was able to access Fabric Composer Playground by clicking on this link: http://localhost:8080
But now what??? I tried to upload a sample model file but it shows error.
How do I try this out. Do I have install Ubuntu on my windows machine to really be able to try out fabric composer?? Pleas help
You can install and run the fabric composer locally on linux only. For that you can use VMWare and install ubuntu on it.
And then follow the installation steps here.
If you don't want to do so, then alternatively you can use the online composer playground and can export(download) your .bna file whenever you want.
Hope this helps you!

Unable to install packages using Docker on Mac

This morning I've started playing with Docker, so installed boot2docker on my Mac.
All seemed to be going well, following the Working with Docker Images documentation until I tried to create a Dockerfile to install the ruby gems.
I spent a long time banging my head against the wall as to why it couldn't connect to install the gems... then I eventually worked it out, so adding this here in case anyone else has this problem in future, as there wasn't anything on Google about it.
Turns out that, because my internet bombed out during the apt-get update command, it didn't complete the update, however running it again, docker was using the cached (incomplete) data, and so if didn't work.
The fix... Run the docker build without the cache using the command...
docker build -no-cache --tag="<vendor>/<build>:<tag>" .

Resources