Skip to main content

Questions tagged [docker]

Docker - An open platform for distributed applications for developers and sysadmins.

0 votes
1 answer
4 views

How do I add a custom template to a self-hosted Overleaf (fka ShareLatex) instance

I've started a local instance of overleaf/sharelatex and I'm trying to add a template class to the data directory so I can use it to compile a paper I'm working on, but I can't find the place to unzip ...
icedwater's user avatar
  • 157
0 votes
0 answers
12 views

Prerender.io Docker image and strange url access

I use the Prerender.io Docker image from https://github.com/tvanro/prerender-alpine?tab=readme-ov-file, and in the Docker logs, I see tons of the following URL access: 2024-06-26T15:59:32.559Z getting ...
alexanoid's user avatar
  • 175
-1 votes
1 answer
36 views

When updating Wsl I Get an Error

enter image description hereenter image description hereI have Windows 11 machines I installed docker and after installing I got an error "wsl --update" And when I run the code wsl --update ...
mobin's user avatar
  • 1
0 votes
1 answer
67 views

How VirtualBox NIC bridging works?

I'm trying to understand somethings. General Part: I'm new on this area and I saw a video of a phisical network that told that a bridge connects two networks and knows if certain host is on the A side ...
Kobra's user avatar
  • 271
0 votes
1 answer
84 views

How host.docker.internal works on Windows

I just want to understand why on Windows the IP of host.docker.internal is not the IP of the host, neither 172.17.0.1. How all of this works on Docker? I've already read the documentation but couldn't ...
Kobra's user avatar
  • 271
0 votes
1 answer
12 views

Docker Compose network isolation mechanism in Linux

When I deploy Docker Compose services, I found that the Docker containers are all on one bridged linux segment; this much is expected. However, sometimes I have had problems connecting from one linux ...
Mike Pennington's user avatar
0 votes
1 answer
52 views

Linux Docker compose container cannot ping another bridged Docker container

Overview I need a Docker Compose zabbix host to ping a host on a containerlab docker network. These two Docker networks run under a linux Docker host machine as below... This information comes from ...
c1lab's user avatar
  • 1
0 votes
0 answers
96 views

Docker container cannot start. runc create failed

I'm trying to deploy some Docker containers. There seems to be 2 major errors popping up: When attempting to run a container with an existing image on the machine I get this error: docker: Error ...
uptivuptiz's user avatar
0 votes
1 answer
37 views

Is Bridge Mode on Docker the same thing as NAT Network on VirtualBox?

For me they're the same. There's the host that handles the IP's to the virtual machines and they can communicate with each other and with the host, but not see other devices on the Local Network. ...
Kobra's user avatar
  • 271
0 votes
0 answers
9 views

How to set-up Nginx conf to not pick Alphabetic order incase URL doesn't match reques

Wasn't sure how to word out the title but i have multiple docker server running wp/nginx Now we have a conf with a block for 80 and 443 for every site in the conf.d dir and in Cloudflare point the ip ...
Dean Michael's user avatar
0 votes
1 answer
36 views

How to access wireguard server host over its dockered wireguard VPN?

Situation: A Raspberry Pi 4B with Ubunut 22.04LTS running Docker compose. I installed docker compose with wireguard server from linuxserver.io. https://docs.linuxserver.io/images/docker-wireguard/?h=...
user513667's user avatar
0 votes
1 answer
49 views

Docker has network docker0 status DOWN

I want to make a Wireguard VPN server from my Raspberry Pi. It is a Raspberry Pi 4B running Ubuntu 22.04. I have done other attempts in with installing wireguard directly (apt install wireguard no ...
user513667's user avatar
1 vote
0 answers
32 views

RPi 4 Keeps Hanging: Docker Services & SSH Fail Randomly

I have a Raspberry Pi 4 with an SSD running Raspberry OS Lite. I run Docker containers for Home Assistant, Pi-Hole, and NetDaemon. I've been experiencing random hangs where the system becomes ...
Eugene Niemand's user avatar
0 votes
0 answers
24 views

I can’t start the Docker container, error ‘mkdocs.yaml’ does not exist

I'm new to using Docker, I saw that it was just to generate the image and upload the container. But every time I'm going to do this an error comes up: 2024-06-10 22:04:40 Error: Config file 'mkdocs....
William Rodrigues's user avatar
1 vote
1 answer
60 views

ISPconfig/Nginx/wordpress to nginx proxy manager | wordpress using permalinks/postname

I am migrating my wordpress site from Ispconfig/Apache to Ispconfig/Nginx and introducing Nginx proxy manager in the mix. The problem seems to be the following: htaccess is not enabled in nginx are ...
Arch's user avatar
  • 11
1 vote
1 answer
47 views

Docker Desktop local Kubernetes not creating pods setup not completed

May-2024 Docker Desktop v4.30.0 I installed Docker Desktop and enabled Kubernetes. I have a config file generated in my .kube folder and it updates certificates when I click the "Reset ...
Scala Enthusiast's user avatar
0 votes
0 answers
29 views

WSL docker compose volume bind mount empty on host

I have Gitea on WSL as a docker container: version: "3" services: server: image: gitea/gitea:latest container_name: gitea mem_reservation: "1G" mem_limit: "...
Daviid's user avatar
  • 118
0 votes
0 answers
75 views

Use firewalld to block some docker Application

i have a virtual machine (libvirt) running docker and some application on it. Some applications should not accessed from the host system but they need to be accessed from the docker host. So i tried ...
naseweis's user avatar
0 votes
1 answer
26 views

Can't access docker container through port forwarded host machine from external hosts

I'm running docker container using below command and this container's host is in the internal private network. docker run --restart always --name srs2 -d -p 1935:1935 -p 1985:1985 -p 8080:8080 -p 8000:...
I have 10 fingers's user avatar
0 votes
0 answers
23 views

Elasticsearch autostart after Linux Mint upgrade

I've Googled and search here but only find how to start or autostart Elasticsearch on Linux Mint (in or not in Docker), etc. After upgrading Linux Mint (desktop) yesterday (15 may 2024) I found that ...
TungstenX's user avatar
  • 871
0 votes
0 answers
29 views

Docker container not recieving packets from specific port

So I have an instance in Oracle cloud, running OL7. In that instance I'm trying to setup some docker containers with multiple servers. These container should be reachable from the outside on different ...
Gui Costa's user avatar
0 votes
1 answer
234 views

"Operation not permitted" when accessing a NFS mounted directory inside a docker container

I am working on a Web-App which needs access to a QNAP-NAS file system to edit and create directories and files inside it. In order to mount the NFS to the docker container, I used the following ...
JoanAcero's user avatar
0 votes
0 answers
27 views

Docker build succeeds on one system but not on other

System info I've been Dockerizing an application on System A, which is a Debian 12 clean installation, AMD64 architecture. The system info: Linux debian12.localdomain 6.1.0-17-amd64 #1 SMP ...
Shayan's user avatar
  • 1,594
1 vote
1 answer
50 views

Not able to connect to Gitea through WireGuard although NGINX works

I am not able to connect to Gitea through WireGuard VPN, but NGINX works. Also I can connect without WireGuard. Setup: Gitea runs in Docker on Alpine Linux on a Windows-hosted Oracle VM VirtualBox ...
miloxe's user avatar
  • 111
1 vote
0 answers
37 views

What is preventing me from pinging from my Docker container to my WireGuard client?

Hello I'm making a lab that I host on the could in my vps. I dockerised the network of my lab using a "user-defined bridge" network on docker, I put a wireguard instance inside of this ...
lolozen's user avatar
  • 147
0 votes
0 answers
49 views

Rebooting breaks dns-server docker container

This is my ~/docker-webdev-stack/docker-compose.yml services: dns-server: container_name: dns-server hostname: dns-server image: technitium/dns-server:latest # For DHCP deployments, ...
Daviid's user avatar
  • 118
0 votes
0 answers
37 views

Host disk access from privileged docker container on macOS

I ran a privileged container on macOS with this command: docker run -it --privileged alpine sh It runs with no error. I need to access the macOS host disk from the container. How can I do that?
Bob5421's user avatar
  • 101
0 votes
0 answers
53 views

Using docker as development environment

I'm trying to have a docker container, install some development-related tools in it, and use it to develop my software (using vscode's remote development features). I'll later be able to do docker ...
Alireza's user avatar
  • 241
1 vote
1 answer
206 views

How do Docker user namespace really work?

I have enabled user namespaces in Docker, in an attempt to (I thought) any user used by any of the containers to a specific one. This user has been created by docker, and the entries in subuid and ...
chronos's user avatar
  • 147
0 votes
0 answers
28 views

Why does traefik only work if containers are placed into the network traefik_default?

I've inherited some Docker host being used as reverse proxy for a public HTTPS entry-point, so that multiple different webapps can be hosted underneath the same HTTPS entry-point. https://foo.example....
Thorsten Schöning's user avatar

15 30 50 per page
1
2 3 4 5
64