Skip to main content

All Questions

Tagged with
20 questions with no upvoted or accepted answers
3 votes
0 answers
2k views

docker-machine behind corporate proxy

I've installed Machine (Docker tool), and I'm trying to learn how to use it by following the user guide. I'm running centOS 6.6 As I am working behind a company proxy, I exported some environnement ...
Elouan Keryell-Even's user avatar
2 votes
1 answer
6k views

How to configure NGINX proxy to do port fowarding to Docker container?

I am trying to implement simple HLS streaming service that is running of Docker containers. In short, each service is dockerized Apache streaming node. Everything works fine. Except there is a problem ...
PinPiguin's user avatar
  • 121
1 vote
0 answers
183 views

Forward some traffic through docker image?

My VPN runs in a docker container. I recently switched to Mac, which made this problematic, since docker for Mac does not support --network host. I now have to run all my VPN needs in docker ...
user93114's user avatar
1 vote
1 answer
4k views

Nginx Proxy Manager: Can you use single IP address (no hostname) and different ports or paths to forward to different docker container applications?

I do not have any hostnames like something.com to use. I only have the IP address of my server for access. Is there a way to configure Nginx Proxy Manager so when you request http://<ip_address>:...
jag959's user avatar
  • 11
1 vote
0 answers
1k views

Docker-proxy prevents container to start after reboot

I have a PC used as a NAS running a NextCloud instance as a set of docker containers managed via docker-compose, I'll provide the docker-compose.yml below. My problem is that, even though all my ...
GTP95's user avatar
  • 11
1 vote
0 answers
1k views

How to capture Docker's localhost traffic?

I have my container spinning up which is XML API, for debugging purposes i just need proxying messages going to my docker's localhost in and out. As far as I know, I can run it with run --net host to ...
Alex Zubkov's user avatar
1 vote
1 answer
316 views

Is there a way to proxy an authenticated ssh user into an already running docker container upon ssh connection?

I have a Dockerized Jupyter Notebook always running on a Linux host (where I have ssh access). docker run -d \ --hostname="$(logname)-sandbox" \ -e NB_UID="$(id -u $(logname))" \ -e ...
dnk8n's user avatar
  • 371
1 vote
1 answer
117 views

Docker behind a proxy requires restart on boot

I apologise if I am posting this in the wrong section, I need some help and unsure where to turn to. I am trying to run docker behind a proxy on a linux/ubuntu server machine. I have configured every ...
Chris Watts's user avatar
1 vote
0 answers
305 views

Accessing internet inside container behind a corporate proxy

I'm running docker daemon on windows and have configured my daemon to use proxy using my username and password. I successfully pulled a ubuntu:latest image from docker hub but as soon as SSHed the ...
7_R3X's user avatar
  • 177
0 votes
0 answers
30 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
0 votes
1 answer
134 views

Use NGINX to serve as both webhost + direct subdomain request to dockerserver:port

First, I struggled hard with the title. I've been trying back and forth, googling like mad and the resources I find are most likely way to complicated for me. But I find it so unbelievable that it's ...
Plankt0n's user avatar
0 votes
0 answers
233 views

Redirecting specific IP and Port to a Docker container on Windows: need guidance

Goal is to provide more than one VPN connection from one computer and redirect traffic. I'm currently trying to do this via Docker desktop. I created a dockerfile. FROM ubuntu:latest RUN apt-get ...
Anıl's user avatar
  • 1
0 votes
0 answers
124 views

In Docker, how to integrate WebSocket into LAMP Service with an intermediary reverse proxy?

Good morning friends, I have the following docker-compose.yml file with which I install a reverse proxy and a LAMP stack with the phpmyadmin service. Note: I have practically created it from scratch ...
Francisco IA Lover's user avatar
0 votes
0 answers
292 views

Apache ProxyPassReverse not forwarding location response

I am trying to forward a subdirectory to a docker setup using Apache proxy and reverseproxy using Apache on a Linux server Here is the example <Location /foo/> RewriteEngine On ...
electricjelly's user avatar
0 votes
0 answers
524 views

Docker Desktop not working with local CNTLM proxy

I'm, having trouble to set up my local dev environment. I want to use Docker Desktop in my Windows 10 machine behind a local CNTLM proxy. My CNTLM Proxy works. This is the output after I start my ...
Sebastian Sommerfeld's user avatar

15 30 50 per page