Skip to main content

All Questions

Tagged with
0 votes
1 answer
569 views

How to use a reverse proxy to split traffic between containers based on URL

I'm on a residential network (behind a NAT), and want to host multiple services in containers on a server. Since they all use the same internal ports (and it is very difficult to change them), I was ...
Cjen1's user avatar
  • 129
0 votes
2 answers
1k views

nginx doesn't start in docker, unless manually exec'ing into it and starting

I am fairly new to docker. I have to build a docker file that will start node express server and Nginx as a reverse proxy. but the problem is node server starts but Nginx does not start. when I ...
Jay Shamnani's user avatar
0 votes
1 answer
109 views

Login to Docker image running on a remote machine accessed via Bastion proxy

I would like to login to a Docker image that is running on an EC2 instance $INSTANCE proxied by a Bastion host BASTION . My attempt is to use the to parameter of ssh to get to the proxied host $...
WestCoastProjects's user avatar
0 votes
1 answer
2k views

How could I make my docker container connect to a proxy?

I am running docker 19.03 on Ubuntu 16.04. There is a V2ray client being built these days. Now I have problems on how to make my container connect to that proxy. I have read some questions on ...
小灰灰's user avatar
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
2 votes
1 answer
2k views

localhost redirecting to HTTPS even after Docker container is removed

I am running Fedora 32 and after using and configuring a Docker image with Nginx with an HTTPS proxy pass and deleting all the running containers, I'm continue get a redirect of http://localhost to ...
lukaswilkeer's user avatar
1 vote
1 answer
948 views

The simple way to access the docker-swarm inside node

I used expose in docker file and open the port. However still problem occurs though, @BMitch's answer ports is also the necessary solution in this case. For now, My first problem is solved. thank ...
whitebear's user avatar
  • 705
6 votes
3 answers
10k views

List of domains required to pull Docker image

I'm on a network with limited internet access and I need to provide a list of domains to allow to pull docker images. In the first place I thought https://registry-1.docker.io/ would be enough but ...
gregseth's user avatar
  • 727
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
0 votes
1 answer
3k views

Can't make https request from inside docker container, but it works fine on the host machine

In my application I need to make request from Docker container to my company's internal JIRA instance, but the requests always time out. I can make https requests to other sites from inside the ...
andniz's user avatar
  • 1
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
1k views

Running Separate Docker Applications on Different Ports, one as Subdomain

I've rebuilt my personal website as a Dockerized chain as well as a colleagues' web app. Both projects are built using containers are displaying on two separate ports, one on port 80 and one on port ...
Judson James's user avatar
0 votes
1 answer
553 views

Docker-Compose Skip Proxy for local daemon

I am running docker engine installed on Windows. I have the daemon exposed on :2375. I have the docker and docker-compose CLI installed on WSL ("Bash for Windows"). I am behind a corporate proxy ...
FantasticSponge'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
0 votes
0 answers
956 views

Docker fails to add ppa

I am trying to run an example from tvm tutorials, the one for deploying a pretrained model on android, they advise using the docker the given docker image because of android package dependencies. The ...
Abitbol's user avatar
  • 145

15 30 50 per page