Skip to main content

All Questions

Tagged with
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
67 views

ssh between two docker containers on different nodes

Hi I am trying to create (preferably passwordless) ssh connection between two docker containers (named master and worker_1) on mulitple nodes and having difficulties. These are the options I tried so ...
aneela's user avatar
  • 111
0 votes
1 answer
288 views

How to access a host ssh tunnel from within a docker container?

I'm creating a ssh tunnel, which I'm trying to access from within a docker container. On the Client a ssh tunnel is created ssh -R 0.0.0.0:8088:localhost:8088 [email protected] -N On the host/server ...
natschz's user avatar
  • 101
0 votes
0 answers
119 views

inner SSH Server in docker container to get X11 Forwarding in a password-disabled AWS SSH server

My company provides an AWS Ubuntu server for software development (primarily for compiling the code). We provide the public ssh key of our laptops to the IT department, and they create an account ...
Qiao's user avatar
  • 111
1 vote
0 answers
1k views

Docker container won't stay running after end of ssh session

So I am using an Ubuntu linux machine in Oracle Cloud. I have the network setup, the proper ports open. Whenever I am SSH'd into the machine and I explicitly run the container with podman I can access ...
Josh Klein's user avatar
0 votes
0 answers
341 views

SSH Tunnel (Local Port Forwarding) fails because of Docker

I am trying to enable local port forwarding between my local machine and a remote vm. Inside of this vm runs a docker container which exposes port 7070. Essentially I want everything that happens on ...
only-a-user's user avatar
0 votes
1 answer
247 views

Docker Error "Error creating machine: Error running provisioning: ssh command error, with Gitlab

Ever time I run the pipeline the same issue presist in the system logs > Gitlab-runner: {"driver":"amazonec2","level":"error","msg":"Error >...
sam23's user avatar
  • 69
1 vote
0 answers
3k views

ERROR: Exception when publishing, exception message [Exec exit status not zero. Status [125]]

Our jenkins deploy process checks out our git repo into the workspace and create the docker container from the docker file. Docker file is given in the ec2 machine. and commands to create docker ...
user1757996's user avatar
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
0 votes
0 answers
109 views

Windows install docker from binary and set docker environemt variable

I have to install docker on Windows from binary. I downloaded them and installed them as described in the documentation. I can run docker ps in the folder I installed docker at. Outside of this folder ...
Robin's user avatar
  • 1
1 vote
1 answer
877 views

Pass SSH options to docker-compose when deploying to a remote server (using DOCKER_HOST var)

I'm using a Vagrantbox to regularly test the setup of a physical machine. This is handled by a bash script on Ubuntu, Vagrant and Virtualbox. The setup and provisioning of the VM works. Now I want to ...
Sebastian Sommerfeld's user avatar
2 votes
1 answer
402 views

How to ssh into freenom domain

I have created a free domain with freenom.com and I am trying to connect to it via ssh [email protected] in a Ubuntu 22.04 VDI. The objective is, once I connect, to launch docker-compose --build. The ...
DivertingPie's user avatar
1 vote
3 answers
2k views

Hosting a Linux server on Windows

I would like to host a Linux server on my Windows PC. Conditions specific to my scenario are: Must be running Windows still (i.e., not dual booting Linux) Must have access to GPU Must be ssh-able ...
ben-albrecht's user avatar
0 votes
0 answers
102 views

Connect from container to host and execute commands with sudo in a secure manner

I am able to ssh from a container to the host (after adding the container's public key into the host's authorized_keys file) and execute commands as user but need to supply the sudo password in plain ...
stdcerr's user avatar
  • 243
4 votes
0 answers
1k views

Accessing Docker's volume using WinSCP

I have 2 Ubuntu 20.04.1 machines with Docker installed. I would like to access the content of Docker volumes using WinSCP. i.e. access the path /var/lib/docker/volumes/my_vol_name/_data which is fully ...
Qua285's user avatar
  • 41

15 30 50 per page
1
2 3 4 5 6