-
I am creating an asp.net core web app and within Visual studio I don't have any issue on below code while I am trying to fetch azure key vault using managed identity.public static IHostBuilder ......
-
Using Docker and Compose, I'm trying to pair Gitlab with an external Registry running as another service. I'm using Traefik to do so. In order to pair the Gitlab and Registry services, I need Gitlab ......
-
I have gitlab running in a docker container an I have the same issue as in this question.Links in gitlab to itself refer to https://gitlab/ instead of https://gitlab.mydomain.com. Is there a way to ......
-
I have a locally hosted GitLab CI setup, that I am running via Docker Compose. I am trying to push a basic app through the pipeline, but keep getting the error below in the runner. My gitlab-ci.yml ......
-
I unable to get container IP address to run it from Browser.Code SnippetPS H:\DevAreaLocal\COMPANY - RAD PROJECTS\DockerApp\WebDockerCoreApp> docker-compose buildBuilding webdockercoreapp......
-
What command(s) do I have to run to retrieve an older image of a software offered in Docker?I have problems with the latest image of localstack so I though I could try older versions to see what ......
-
I have a project (octave-4.2.1 tarball) compiled with gcc 6.3 on debian stretch with grpof. If I run it directly on the host, gmon.out is generated and the output of gprof shows timing infos.If I ......
-
I’m fairly new with docker, however I came across various blogs on how to run local collections on docker, but I still get an error, any help would be appreciate. I have the following that I would ......
-
I am trying to run postman/newman docker container in one of my CI pipeline's shell script-task so that I can send request to a destination.server. I am using a proxy with authentication. I have set ......
-
$ docker run -p 3000:3000 -v "/app/node_modules" -v "$(pwd):/app" 4a1158abb76enpm ERR! code ENOENTnpm ERR! syscall opennpm ERR! path /app/package.jsonnpm ERR! errno -2npm ERR! enoent ENOENT: no ......
-
I had docker installed as a part of Docker Toolbox which was running docker daemon on my two VirtualBox VMs. I have recently installed WSL2 and Docker Desktop with it. Now I have two docker hosts ......
-
I’ve downloaded Docker in my PC, but it is not installing as I’m getting some errors.ERROR WITH PRE-CREATE CHECK - this computer doesn't have VT-X/AMD-V enabled.Enabling it in BIOS is mandatory.I’......
-
This is the docker-compose file I have already set the folder to share by Virtual Box VM but it is still not working. version: '3' services: postgres: image: 'postgres:latest' ......
-
I am new to Docker and I have only started learning. I have faced a problem to mount index.html in Nginx.I am using Docker Toolbox for Windows 10 Home. I set the shared folder for my virtual machine ......
-
Server: Docker Engine - Community Engine: Version: 19.03.5 API version: 1.40 (minimum version 1.12) Go version: go1.12.12 Git commit: 633a0ea838 Built: ......