Skip to main content

All Questions

Tagged with
0 votes
0 answers
124 views

Can we run Docker in Docker based on Ubuntu22.04?

We are trying to run Docker inside docker container hosted on top of AKS v1.27. This was working on Ubuntu18 based image, but not working same way on Ubuntu22.04. The issue is that Docker is not ...
Vowneee's user avatar
  • 1,435
0 votes
0 answers
17 views

Unable to rebuild and upload using docker-compose

Following this tutorial, when I am running following command, docker-compose up --build I am getting the following error: Building app [+] Building 4.0s (11/11) FINISHED ...
Sazzad Hissain Khan's user avatar
0 votes
2 answers
65 views

Forcing amd64 image platform on arm64 host (docker compose)

I am attempting to use "docker-compose up" on the command line to run a simulator using noVNC but am getting the error "image with reference [my image] was found but does not match the ...
I Lund's user avatar
  • 1
0 votes
0 answers
37 views

User permissions inside Docker container

I'm trying to set up a Docker Laravel local working environment on Ubuntu 22.04. I've never used Docker before and am using some provided scripts and instructions. Unfortunately the project lead ...
resynth's user avatar
0 votes
1 answer
35 views

I need to add my user to docker group each time I open console, how to solve this issue? [duplicate]

I am using Ubuntu 22.04.4 LTS. I need to add my user to docker group each time I open console to run a docker container, how to solve this issue? I follow the same steps below whether installed Docker ...
cviniciusm's user avatar
0 votes
1 answer
152 views

Docker.service Main process exited, code=exited, status=1/FAILURE (OS: ubuntu 22.04)

sudo systemctl status docker × docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: failed (...
DMX's user avatar
  • 23
0 votes
0 answers
19 views

Access error when running Python script via airflow

I installed the airflow docker image according to official documentation, dropped 2 folders from the Ubuntu 22 host into containers, 1 folder with scripts, the second in environments, I launch the dag ...
Danila Borodin's user avatar
0 votes
1 answer
994 views

Docker repository does not have a release file for apt-get update on jammy release

Trying to apt update and I am getting this, due to this I cannot install playwright as it fails when I do so I get this every time i do so Err:13 https://download.docker.com/linux/debian jammy Release ...
taltrums's user avatar
0 votes
3 answers
558 views

Permission denied error on pfx certificate in docker ASP.NET Core 8 HTTPS on Ubuntu

I am trying to host a HTTPS Web API in a docker on ubuntu 22.04 VM. I am following the documentation as per : https://learn.microsoft.com/en-us/aspnet/core/security/docker-https?view=aspnetcore-8.0 ...
shantanu's user avatar
0 votes
0 answers
42 views

vscode not able to connect to docker image in macbook pro m1

I have a ubuntu/amd64 architecture installed on my docker application which is running , so i want to connect that to my visual studio code . On my vscode i have installed the extension dev-container ...
ADITHYA L BHAT's user avatar
2 votes
1 answer
223 views

Signing XML in Django view renders Nginx 502 bad gateway for newly built docker images, but not for old images

All views of my Django application work as intended, except views relating to signed XML's. These views, in particular my SAML metadata view, returns a 502 Bad Gateway error, when running on new ...
Tai's user avatar
  • 41
1 vote
0 answers
189 views

PyCharm on Ubuntu - Debugging Docker Application Connection Refused

I'm on a fresh install of Ubuntu 22.04.3 LTS and PyCharm 2023.3.2 (Professional Edition). I have set up my django application with a remote python interpreter w/ docker-compose. This setup works just ...
Compensation Engineer's user avatar
0 votes
1 answer
232 views

Seeking Guidance on Implementing SSL Certificates for Docker Containers on Local Ubuntu Server without a Custom Domain

Hello Community Members, I hope this message finds you well. I am reaching out to seek assistance and clarification regarding the implementation of SSL certificates for Docker containers on my local ...
zawier's user avatar
  • 31
0 votes
0 answers
225 views

How to use mount volumes with rw permissions when using Ubuntu 22.04 container with a non-root user

I trying to create a docker instance using this dockerfile. FROM ubuntu:22.04 RUN apt-get update -y RUN adduser --disabled-password --gecos "" username && chown -R username:...
Utku Savaş's user avatar
0 votes
1 answer
253 views

Cannot use docker without sudo privilege after following the official guide [duplicate]

I am trying to pull a Docker image by this command docker pull rabbitmq then I got this error Cannot connect to the Docker daemon at unix:///home/nickie/.docker/desktop/docker.sock. Is the docker ...
El Niño's user avatar

15 30 50 per page
1
2 3 4 5