2024-03-13, 05:33 PM
Ah, right. Comment out these two lines.
Since they aren't needed anymore.
Code:
ports:
- 8096:8096
Since they aren't needed anymore.
2024-03-13, 05:33 PM
Ah, right. Comment out these two lines.
Code: ports: Since they aren't needed anymore.
2024-03-14, 07:37 AM
That worked. I'm now looking at the Docker Labs "Getting Started" tutorial page.
2024-03-15, 11:31 PM
Back again. Sorry.
I'm trying to follow the tutorial to install Docker Desktop, but it's annoyingly difficult to follow. I know I need to install for Debian 12 so I opened the Linux page and then the "Docker Desktop on Debian" install page.THat told me to open the GNome installation page. So I did and ran the Gnome install code. It also says to install the apt repository, so I opened that page which took me to install docker engine. That's telling me to install another command and edit something, but it doesn't show the file name to nano edit. I'm completely lost again. I really wish there was just a streamlined set of instructions in one document to follow.
2024-03-15, 11:40 PM
You should already have the docker repo and docker engine setup since that is how you are running it now.
2024-03-16, 12:58 AM
(This post was last modified: 2024-03-16, 12:59 AM by damnsignin. Edited 1 time in total.)
Does that mean I just have to follow the instructions on these two pages:
https://docs.docker.com/desktop/install/linux-install/ https://docs.docker.com/desktop/install/debian/ Without going deeper to this page: https://docs.docker.com/engine/install/d...repository And do I need to download the DEB package and push it to the Pi somehow? Edit: Also, do I need this page as well after running Gnome install before? https://extensions.gnome.org/extension/6...r-support/
2024-03-16, 01:09 AM
Pretty sure you just need to do these steps https://docs.docker.com/desktop/install/debian/
Code: 2. Download latest DEB package.
2024-03-16, 01:12 AM
root@raspberrypi5:~# sudo apt-get install ./docker-desktop-4.28.0-amd64.deb
Reading package lists... Done Building dependency tree... Done Reading state information... Done Note, selecting 'docker-desktop:amd64' instead of './docker-desktop-4.28.0-amd64.deb' Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: docker-desktop:amd64 : Depends: docker-ce-cli:amd64 but it is not installable Depends: libseccomp2:amd64 but it is not installable Depends: libcap-ng0:amd64 but it is not installable Depends: pass:amd64 but it is not installable Depends: libgtk-3-0:amd64 but it is not installable Depends: libx11-xcb1:amd64 but it is not installable E: Unable to correct problems, you have held broken packages.
2024-03-16, 01:17 AM
How are you able to run docker at all without docker-ce-cli? Unless you reinstalled the whole OS or something. I guess follow all their instructions including installing all the docker engine and docker cli stuff.
2024-03-16, 01:27 AM
I don't know. I'm so completely lost. It's coming up on two months of trying to get this Rpi server running. I'm starting to think I've run enough terminal commands in the wrong order, yet again, that I might has to restart from scratch all over again and get to the point where I switched from Bridge to Host. I'm really getting stressed out.
Everyone convinced me a media server on Linux would be easier to set up after the past two years of failed attempts at using a TerraMaster F4-210 and an old Dell PowerEdge server blade as a server. But this has been more difficult, complicated and longer than both of those failures. I'm about to pull my hair out. Should I start over and come back here again or try to salvage this latest attempt?
2024-03-16, 01:36 AM
Why docker and not just directly on Linux? If it is a debian based distro, we have a script to automate the entire install process.
|
|
|