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

All Questions

Tagged with
-2 votes
1 answer
24 views

When we setup new docker in windows 10 then showing this error how we can fix this? [closed]

Here I am using first time docker and now I installed in my system where I am using OS windows 10 and also I did configuration like "wsl --shutdown" but issue still occur how I can fix this. ...
Pradhumen singh's user avatar
0 votes
0 answers
22 views

Apache Superset Google BigQuery extended image error

I want to install Google Big Query Database Driver into my Superset configuration. I use official documentation I tried using this tip but it did not work. Steps I do: git clone https://github.com/...
KurczakChrupiacy2's user avatar
0 votes
1 answer
22 views

Django local server deployment on windows

I have a Django project that has to be installed on local servers for multiple customers. I've looked into utilizing Docker, but I can't find any solid information about how to use it on local hosting....
Tinashe Mphisa's user avatar
0 votes
1 answer
21 views

Docker proxy settings not applied during Docker build in WSL

I'm using Docker on Windows via WSL (Windows Subsystem for Linux). When I was using Docker Desktop directly, setting up the proxy worked fine for both docker run and docker build commands. However, ...
Lan Lin's user avatar
  • 15
0 votes
0 answers
19 views

Running .NET Framework 4.7 DLLs in a Docker Container on Windows

I have an application for which I only have the compiled DLL files, but I do not have the source code. Is it possible to add the DLL's into a Docker container and run them using .NET Framework 4.7 on ...
Gazi Këpuska's user avatar
0 votes
0 answers
28 views

apt-get not working in windows teamcity build

I have a simple docker file that installs curl for my container FROM mcr.microsoft.com/dotnet/aspnet:6.0 run apt-get -y update; apt-get -y install curl WORKDIR /app COPY ["bin/Release/net6.0/&...
Master's user avatar
  • 2,125
3 votes
2 answers
60 views

Error connecting to Postgres database, but can connect on pgadmin

Im having this error when trying to connect to the database: [auth][cause]: error: password authentication failed for user "user" But i can connect to pgadmin normaly with the same ...
zouker's user avatar
  • 33
0 votes
0 answers
19 views

Error with Docker Compose: FATAL: data directory "/var/lib/postgresql/data" has invalid permissions [duplicate]

When i try to run docker compose up -d i got this error: FATAL: data directory "/var/lib/postgresql/data" has invalid permissions DETAIL: Permissions should be u=rwx (0700) or u=rwx,g=rx (...
zouker's user avatar
  • 33
0 votes
0 answers
42 views

Docker error /bin/sh: 1: /usr/bin/dnf: not found

I'm working on a password manager project, and I developed on Fedora 40 in a pretty quick way, now I'm trying to make a .exe file to deploy my project on Windows, so I built the .exe file with ...
Juan Garcia's user avatar
0 votes
0 answers
10 views

unable to mount a folder on N drive from windows to docker via compose

in my docker-compose.yaml I have tried everything including this current version: volumes: - "/N/gpt/llama/llama3-main/Meta-Llama-3-8B/:/data/Meta-Llama-3-8B/" - "/N/gpt/simple-api/:...
Quadgnim's user avatar
  • 541
0 votes
0 answers
39 views

Error setting up Docker Standalone environment in Portainer on Windows Server

I'm trying to get Portainer running to manage Docker stuff on my Windows machine. So far, I managed to spin up the Portainer container with this command: docker run -d -p 9000:9000 --name portainer --...
quarks's user avatar
  • 34.7k
1 vote
0 answers
63 views

Docker with WSL2 and Nvidia throwing sh: 1: xdg-user-dir: not found

I am on Windows 10 and am trying to run a few docker containers to handle CARLA, ROS, the bridge between the two, and visualization. The ROS and visualization containers build without issue, the ...
RPBruiser's user avatar
  • 190
0 votes
0 answers
23 views

Failed to access namenode/datanode of docker hadoop single cluster node in local windows

I'm learning hadoop using docker compose. I couldn't access namenode/datanode by using a hostname after I modified the local hosts file, but it works fine when I access 127.0.0.1:9870 or localhost:...
itbaby shake's user avatar
0 votes
1 answer
108 views

How to run Windows version of multi-platform image on a hybrid OS AKS cluster?

Configuration: Cluster: AKS v1.27.9 Node pools: UbuntuLinux, Standard_D8ads_v5 Windows2019, Standard_D8ads_v5 Argo Workflows v3.4.9 (not required) This test pod fails with ErrImagePull: apiVersion:...
jrbe228's user avatar
  • 478

15 30 50 per page
1
2 3 4 5
151