Installing docker container within Plesk - docker

I followed https://docs.plesk.com/de-DE/obsidian/administrator-guide/plesk-administration/verwenden-von-docker.75823/ to install the latest version under Plesk.
All I got is "To many redirects".
Has anybody a how-to for using Kiwi TCMS under Plesk?
I did already a full update/upgrade for Plesk and Ubuntu 20.04 LTS. Didn't solve the issue. I tried, in addition, to use 6.38 from docker-hub.

Related

Setting up MQTT on Ubuntu to run Frigate

I'm trying to setup Frigate in a Docker container running on Ubuntu 22.04 on my Beelink. To do so you need have some prerequisites.
Docker
MQTT
And more
I've installed Mosquitto MQTT before on a Raspberry Pi running Ubuntu 22.04 and it worked. After trying to install it again on my Beelink running Ubuntu, it gave the error seen in the screenshot.
Any advice?
I've uninstalled it and reinstalled it. This is all new to me. Just started using Linux and the terminal.
Apologies for not attaching the screenshots earlier. I don't have access to the actual text right now. I'll be sure to add text next time instead of a screenshot.
enter image description here

quorum-dev-quickstart when running in WSL2 got error message: incompatible with Windows

I am following the tutorial on the hyperledger besu Developer Quickstart and I tried running npx quorum-dev-quickstart but always received this error even though I am already using WSL2 with docker installed:
Unfortunately this tool is not compatible with Windows at the moment.
We recommend running it under Windows Subsystem For Linux 2 with Docker Desktop.
Same thing happens when using the Git Bash. Can anyone let me know what I should do differently? Thank you!!
I tried Git Bash, WSL2, PowerShell and none of them worked.

benefit of deploy annaconda over docker or up on host

What is benefit of install annaconda over docker.
For python/pytorch programming. I installed annaconda docker image on Ubunut 20.4
But found many problems need to solve such as Display on opencv2 (already solved). and spyder error on libgl.so.1 cannot found and still no idea how to solve.
So, how about just install annacona on Ubuntu host. Becuase it should working as smoothly well on my job.

Docker for Windows installed WSL2 without apt

I'm trying to work on a project, and the setup steps begin like this:
Clone the repo
Set up Docker
Run make
Being a Windows user, I installed Docker for Windows, and it installed WSL2 to get all the Linux stuff set up. But when I went to run make from the WSL shell, it couldn't find it. So I tried to get make from apt-get... and that wasn't there either!
It would appear that my WSL2 install is broken. Unfortunately, Googling for it hasn't turned up much of use. So how do I obtain apt for WSL so that I can build my toolchain?
Something similar happened to me: I installed Docker Desktop in Windows some months ago and it configured WSL to run behind it. However, it was WSL version 1 instead of version 2, and it did not install any Linux distro, since both apps run on top of WSL.
So please, go through the tutorial on the manual installation of WSL to check if all the steps are actually configured.
Before that, you can already check what version of WSL you have installed and its state, by running, in CMD or PowerShell:
wsl -l -v
After you set WSL v2 as your default version (Step 5 of the tutorial), you can make sure that Docker Desktop uses it. For that, check this link on the Docker Desktop WSL 2 backend, more specifically the Install section.
Regarding the make part of your setup, I believe that you can do that in a system of your preference. If you want to do that on WSL, I recommend you install Ubuntu running over your WSL (Step 6 of the tutorial).
Once you installed Ubuntu or other distro, you can run it as any other app. There, you can manage your apt, make and other installations right as in Linux :)

Setting up Elasticsearch on Nitrous.io

Does anyone know how to set up elasticsearch and get it running within Nitrous.io - they've removed their autoparts function which installed it very nicely & neatly for you.
Right now it's not present on my IDE when I try and query it so I'm guessing it's not even installed?
Thanks
A few months back I set up ElasticSearch on a Nitrous container - starting with the basic Nitrous Ubuntu container. I just followed the instructions for installing it on Ubuntu 14.04, which is what Nitrous use as their base image. Digital Ocean has instructions on how to set it up on this version of Ubuntu - and those are the instructions I used. See here:
"Elastic Search on Ubuntu 14.04 - via Digital Ocean"
I got a few warnings, but they didn't seem to impact the functionality. If you get errors on 'sudo apt-get update', try starting over with a new container and skip that command.

Resources