skip to Main Content

Install Mongo 3.6 on CentOS 7

I am trying to install Mongo version 3.6 on CentOS, but the installation consistently fails with the following error: `https://repo.mongodb.org/yum/redhat//mongodb-org/3.6/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. failure: repodata/repomd.xml from mongodb-org-3.6: [Errno 256] No more mirrors…

VIEW QUESTION

Apache Guacamole in Docker containers: Creation of WebSocket tunnel to guacd failed – CentOS

I installed Apache Guacamole using Docker on a CentOS 8.1 with Docker 19.03. I followed the steps described here: https://guacamole.apache.org/doc/gug/guacamole-docker.html https://www.linode.com/docs/applications/remote-desktop/remote-desktop-using-apache-guacamole-on-docker/ I started the containers like this: # mysql container docker run --name guacamole-mysql -e MYSQL_RANDOM_ROOT_PASSWORD=yes -e MYSQL_ONETIME_PASSWORD=yes -d mysql/mysql-server…

VIEW QUESTION
Back To Top
Search