Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 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
26 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
0 votes
0 answers
38 views

Launching Docker Desktop does not start container [closed]

I'm dabbling in Docker for Windows. I do not start Docker when I log in to Windows. The only container I have thus far configured is Portainer. It is configured as restart=always. Launching Docker ...
Foose's user avatar
  • 1
0 votes
0 answers
18 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
36 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
9 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
31 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
59 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
21 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
104 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
  • 468
0 votes
0 answers
13 views

Docker volume does not track files using Windows Deduplication

I have a docker container that uses a volume on a disk with data deduplication enabled. It seems that any files that are deduplicated just do not appear in the linux container. Currently, the disk is ...
InfiniPLEX's user avatar
2 votes
1 answer
52 views

Setting Up mosquitto-go-auth on Windows

I'm currently trying to set up mosquitto-go-auth on Windows 11, but I'm encountering some difficulties. The documentations mentioned in the Readme file of the Repo is completely based on linux and I ...
SCG creek's user avatar
0 votes
0 answers
29 views

Where did Docker create bind mount on Windows host?

I've just created container with H2 database and bind mount "/h2-data", but i can't locate it on my Windows host. Where can i find this directory? Actually, I want to bind folder in my ...
parnishkka's user avatar
0 votes
0 answers
20 views

change default docker isolation on windows

Need set default isolation to hyper-v isolation for docker daemon, but cant find information about it. I use docker without docker desktop and wsl, just windows containers. I tried find info about ...
butleger's user avatar

15 30 50 per page
1
2 3 4 5
151