I have a problem when i execute the next docker instructions: # make a directory mkdir /server/nginx cd /server/nginx # make a container docker run --name ngi
So I'm attempting to implement selenium tests within a GitLab ci pipeline. Currently, I've run these tests on my local system mirroring the testing method that
I am using Postgres as a service in my docker-compose file. I want logging to log file to be enabled when I do docker-compose up. One way to enable logging is b
I have problem with working with custom spring security expressions in Docker. I have functionality for using custom expressions in @PreAuthorize functions. @
I have installed docker, then WSL2 package updated in win10. But I'm getting below error while running docker-desktop:- System.InvalidOperationException: Faile
Getting msg as "cmdlet Invoke-WebRequest at command pipeline position 1 Supply values for the following parameters: Uri:" when installing Laravel with docker. I
I executed "docker cp" to copy 2 different folders inside a container application to the host. Both the size of the folders are big. However, I found that only
I have run Rabbitmq as a docker compose and it work well with port 15672 on browser, but 5672 not working. docker-compose rabbitmq: image: 'rabbitmq:3-manag
When attempting to push image to ECR, I always get 'no basic auth' error. ECR is in us-east-1. This is login command aws ecr get-login --region us-east-1 --
I'm trying to dockerize my flutter web project. And an image was created and the site run perfectly just the pictures of my website are not found and not displa
Can anyone help me with this problem. When i try to create a docker image from a dockerfile for laravel application i get this error: checking for onigurum
I am new to Docker. I created a Web API using ASP.Net Core using Visual Studio 2019 as well as in VS Code. It works fine. Then I added docker support and added
I have a MySQL instance running in a docker container, available on my host system at port 3333. I already tested the connection via the MySQL workbench to veri
I'm using traefik 2.0 with docker provider (swarm mode) and I wish to provide a default way for services publishing themselves on traefik avoiding conflicts. I
I want to run my app on my local machine within Docker. I don't want to optimize the size of my docker app or build it for production now. Docker builds my back
I am trying to build a docker image to do debuging of a module that has lots of odd dependencies in vscocde. I am using the dockerfile below to build the image:
When using the GitHub connection with Azure DevOps pipelines I see that you can specify a docker image in your azure-pipelines.yml file (vmImage: option) But w
I need to Install the Cudatoolkit in Docker file which is Python environment but cudatoolkit can only install by conda parameter. We cant use conda in python. O
I have already gone though Robin Moffat's blog, and several SO posts on the same subject, but still my configuration doesnt work. My docker-compose.yml: kafka
I've a Symfony project that I am running on my PC with Symfony serve. This project is on Bitbucket that has IP restrictions, I can only work from home and nowhe