Skip to main content

All Questions

Tagged with
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
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
1 answer
294 views

Logging network traffic of a specific app in Linux inside docker, stopping it from reaching the internet and spoofing responses

I have an app (Google's Android Emulator running via QEMU) running on Ubuntu inside a docker instance. I want to: Capture all network traffic (packets) comming from a VM running inside QEMU. Prevent ...
Dex's user avatar
  • 11
0 votes
1 answer
274 views

Enabling a diverter in fakenet-ng on Ubuntu Linux disables all network traffic

I am trying to capture network traffic from within a docker container running Ubuntu. I am using Flare's Fakenet-ng for this, as I didn't find any better tool suited for the job (capturing network ...
Dex's user avatar
  • 11
1 vote
1 answer
154 views

Squid running on docker not enforcing time acl in configuration

I have a squid running in docker, which is not enforcing the time ACLs that are defined in the configuration. I'me using https://hub.docker.com/r/ubuntu/squid running on arm This is my configuration ...
BANJOSA's user avatar
  • 193
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
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
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
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
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
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