-
This menu item will launch all the apps using the configured .env file and the docker-compose.yml file (Docker must be already installed and running)
All Apps started you can visit the web dashboard on http://localhost:8081/ . If not already done use the previously generated earnapp node URL to add your device in your earnapp dashboard. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 14 replies
-
Hello and thanks to reaching out to me, your feedback is very important. Please, could you one a powershell and issue this command: |
Beta Was this translation helpful? Give feedback.
-
Hello ty for your reply, i am on windows10 pro 64 bit 21h2 . attached is a screenshot, docker on showing in the background with no program loaded. Windows PowerShell Try the new cross-platform PowerShell https://aka.ms/pscore6 PS C:\Users\VALKYRIE> docker ps
PS C:\Users\VALKYRIE> TY for your help. i followed you on your videos i hope we can get this running and start making so dough |
Beta Was this translation helpful? Give feedback.
-
I believe i am resolved: |
Beta Was this translation helpful? Give feedback.
-
automatic. now i have had to do a reboot and i lost the container. so now i
have to add it again.
…On Sun, Nov 20, 2022 at 2:06 PM MRColor ***@***.***> wrote:
Trying this resolution:
https://forums.docker.com/t/the-term-docker-is-not-recognized-as-the-name-of-a-cmdlet-function-script-file-or-operable-program/107415
just an heads up about this: be careful, the linked solution is for
windows server. It may use (and often uses in many guides) a different than
the standard docker installation system which while it shouldn't prevent
the use of this project or other docker containers can cause some strange
behavior on windows home or pro. Better to install docker following the
directions on the official docker site or use the unattended installation
provided in the project with the script that automates the standard
installation of desktop docker.
—
Reply to this email directly, view it on GitHub
<#11 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4JFJUKBCU7QGPB5CVHT26DWJJZDDANCNFSM6AAAAAASFSRJMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
how did you install docker ? I think your docker installation is incomplete or corrupted. Try uninstalling docker and reinstalling using option 2 in the menu or following the instructions on the docker desktop site. |
Beta Was this translation helpful? Give feedback.
-
ok reinstalled with auto step 2. |
Beta Was this translation helpful? Give feedback.
-
this is what i get from running option 4: This menu item will launch all the apps using the configured .env file and the docker-compose.yml file (Docker must be already installed and running)
what do i do? |
Beta Was this translation helpful? Give feedback.
-
In a nutshell the docker config file is not correct due to an old bad docker installation that left some residue after uninstall, docker tries to read and use some credentials that don't exist for downloading the requested images.
|
Beta Was this translation helpful? Give feedback.
In a nutshell the docker config file is not correct due to an old bad docker installation that left some residue after uninstall, docker tries to read and use some credentials that don't exist for downloading the requested images.
Fix you could try:
{ "auths": { "docker.your.domain.": { "auth": "badcredentials1234=" } } }
from the file, this fix the issue if it's caused by a previous bad docker installation or misconfiguration