Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

My laravel project running with docker in Ubuntu does not see images [closed]

I am developing a laravel project using docker and I have a home/user/projects/myProject project in ubuntu to make this project faster. The problem is that my images are not showing up in "...
Enes SvG's user avatar
0 votes
1 answer
17 views

Docker Grafana - VPN to MSSQL not connecting [closed]

I have a grafana container running on my linux server. I am trying to get a connection from Grafana to my MSSQL server which is on another network but VPN connected. From the linux server running ...
Chappy's user avatar
  • 47
0 votes
0 answers
8 views

How to install kerberos client in docker based on Ubuntu Focal image

I tried following docker command in docker file RUN apt-get update && apt-get install -y krb5-user libpam-krb5 but it stuck expecting interaction from the use, even when i used -y switch. 12:...
porlock's user avatar
0 votes
0 answers
21 views

Log Rotation of Docker logs not working properly

enter image description hereI applied docker - Log rotation by creating a file in /etc/logrotate.d folder. Content of the file is like this: /var/lib/docker/containers/*/*.log { daily ...
Harshita Jaiswal's user avatar
-3 votes
0 answers
20 views

Manual IP setting for router does not let docker containers access internet [closed]

I am running Ubuntu on the system, changed ip address from DHCP to manual (192.168.29.106). After changing, the system was able to access the internet, but when I try it from inside a docker container,...
M.K. Malik's user avatar
0 votes
0 answers
31 views

Running google chrome inside Docker container on MacOS in GUI

I am using MacOS with Apple Silicon M1 Pro chip. I want to run Chrome browser for Linux using Docker in GUI mode. This is my Dockerfile # Use the official Ubuntu base image FROM ubuntu:24.04 # ...
Alok's user avatar
  • 9,292
-4 votes
0 answers
32 views

Docker Client api [closed]

javax.ws.rs.core.Response$Status$Family javax.ws.rs.core.Response$Status$Family.familyOf(int) I am geting above exception while reading log of docker container using below config @Bean public ...
Pintu Kumar's user avatar
1 vote
0 answers
13 views

Cannot create subdirectory under a directory with 777 permission [closed]

I am unsure if this is related to docker or ubuntu. I got a docker image from coworker and working inside it. I created a container based on the image with volume mapping to host system like docker ...
Chard Lee's user avatar
0 votes
0 answers
22 views

Why does the bond mode 6 (balance-alb) send gratuitous arp twice every time? [closed]

From this doc: https://www.kernel.org/doc/Documentation/networking/bonding.txt I learned that: A problematic outcome of using ARP negotiation for balancing is that each time that an ARP request is ...
scriptboy's user avatar
  • 826
0 votes
0 answers
24 views

Version incompatibility error between the SQL-Server database backup and the SQL Server running in the Docker container on my Ubuntu 20.04 VPS [migrated]

I have installed Docker and run a container on my Ubuntu VPS for resolving the version incompatibility between SQL Server and the backup file but even docker has not solved. During restoring the ...
farshaad's user avatar
0 votes
1 answer
16 views

Docker container process not visible on host

I have an active docker container (mongo running on WSL2, defualt Ubuntu). I know it is possible to identify container process on host, but ps -aux nor ps -A doesn't really work. While I can see my ...
user26412538's user avatar
-1 votes
0 answers
18 views

Mount a CIFS share to a docker container running inside WSL2 Ubuntu

I'm trying to run a Docker container called Unmanic. I want it do be able to access a files from a share on my NAS. I got Docker Desktop and WSL2 running on pc and the container is up. I can access ...
grendy's user avatar
  • 11
0 votes
0 answers
49 views

Multi Ubuntu version targetting from single dockerfile

I am using a single Dockerfile to build images for different Ubuntu versions. Those images are then used in CI to build software targeting those different Ubuntu versions. Sometimes, there are of ...
Severin Fichtl's user avatar
-1 votes
0 answers
61 views

Docker image has java error on one machine but not another

I have a docker image (java tomcat app) that I built and pushed to a private registry. When pulling it onto a remote server and running it I keep getting error 500 and: jakarta.servlet....
Dr. Bright's user avatar
0 votes
0 answers
25 views

Error response from daemon: Get "https://harbor-xxxx": dial tcp: lookup harbor-labnum.aphp.fr on xx.XXX.XX:53: no such host

i have installed harbor registring with docker compose and it works as expected. but when i rtry to do docker login https://harbor-domain-name it gives me this error : Error response from daemon: Get &...
Java user's user avatar
  • 289

15 30 50 per page
1
2 3 4 5
224