docker Questions
5
Solved
I am a totally beginner at Shopware and I want to use PhpMyAdmin for my local Shopware 6 setup.
For the download I used the official Shopware 6 Development repository https://github.com/shopware/de...
Utopianism asked 3/9, 2020 at 10:31
9
Solved
I set up the PostgreSQL using Docker Compose and the content of the file (compose.yaml) is like so:
name: postgres-container
services:
database:
image: postgres
restart: always
environment:
- ...
Susian asked 24/10, 2022 at 13:47
3
I’m trying to use traefik with docker swarm but i’m having troubles during service updates. I run a stack deploy or service update the service goes down for some seconds
How to reproduce:
1 - Cre...
Sex asked 16/4, 2019 at 19:13
5
Solved
Could somebody please point me to the correct Dockerrun.aws.json v3 documentation.
I have done google many times and unable to find this v3 documentation.
I am trying to do multi-container deployme...
Unitive asked 9/12, 2020 at 19:9
3
Solved
When deleting a pod or deploying a new version of a pod kubernetes should theoretically send a SIGTERM to the process running and then wait gracePeriodSeconds (30 by default) seconds before it send...
Uncork asked 8/6, 2022 at 10:57
4
Solved
Docker: 27.1.2
Java: 17.0.11
Maven: 3.8.6
Jib: 3.2.1
OS: Ubuntu 22.04.4
I am using a Jhipster Spring application. Until now, my application has been built and running without any problems. But sudd...
Doggone asked 19/10 at 6:27
5
Solved
I want to check if docker image with a specific tag exist on registry.
I saw this post:
how-to-check-if-a-docker-image-with-a-specific-tag-exist-locally
But it handles images on local system.
How c...
Desmund asked 21/1, 2021 at 9:57
2
When running dotnet test inside a gitlab cicd pipeline with the package testcontainer, containers are started but this error appears :
Error Message:
Docker.DotNet.DockerApiException : Docker API ...
Neela asked 7/9, 2023 at 13:8
2
I'm developping an API and deploying it on Google Cloud Run.
There is a prestart python script that import pandas and numpy. When I time the imports numpy take about 2 seconds and pandas about 4 se...
Vastitude asked 4/2, 2021 at 14:8
5
I have a docker image called myImageName:latest, which I use in my application.
I want to write an integration test for my application, therefore I want to use the TestContainer package. When I run...
Winebibber asked 12/5, 2021 at 15:2
4
I am trying to run mongo:6 in docker container with docker compose file but it always gets exited with warning.
Docker version : 23.0.4, build f480fb1
Docker-compose version: v2.17.2
docker-com...
Fossilize asked 28/4, 2023 at 5:1
4
I am trying to run a docker instance and keep coming across this server.
Here is what I get after trying to setup the instance:
Starting instance ... done
Attaching to instance
instance | {"t&...
1
I was running docker login command in powershell. I've tried with both PAT and password, but it does not work.
Error response from daemon: Get "https://ghcr.io/v2/": received unexpected H...
4
Solved
My docker-compose:
version: "2"
services:
api:
build: .
ports:
- "3007:3007"
links:
- mongo
volumes:
- .:/opt/app
mongo:
image: mongo
volumes:
- /data/db:/data/db
ports:
- "27017:270...
Eringo asked 27/6, 2017 at 13:43
3
Solved
I'm attempting to update the sebp/elk Logstash configuration following the documentation here. I'm running into a situation in which the host file that I am attempting to mount is being mounted as ...
Tenstrike asked 8/1, 2018 at 23:19
2
Solved
Project structure:
client
nginx
web/
celery_worker.py
project
config.py
api/
I have the following services in my docker-compose:
version: '3.6'
services:
web:
build:
context: ./service...
Clinandrium asked 29/3, 2019 at 3:33
6
I am trying to add a running instance of MinIO to Airflow connections, I thought it should be as easy as this setup in the GUI (never mind the exposed credentials, this is a blocked of environment ...
4
I would like to pass my Google Cloud Platform's service account JSON credentials file to a docker container so that the container can access a cloud storage bucket. So far I tried to pass the file ...
Breastsummer asked 22/5, 2022 at 22:8
4
How to fix the docker problem?
when I use the latest EC2 and docker (1.9.1)
whatever the image is, they always tell me this error:
"""
filesystem layer verification failed for digest sha256
"""
Wh...
Tooth asked 24/12, 2015 at 7:29
5
Solved
Thanks in advance, I've researched exhaustively and cannot fix this issue after 5 days.
I am attempting to install Ubuntu as a Windows distro on top of WSL-2 Kernel.
Here are the steps I take:
I d...
Micronutrient asked 15/1, 2022 at 5:10
3
Solved
I am currently trying to use redmine with a postgres database but I'm running into some issues when setting up the environment.
Lets say I have the following compose file
db-redmine:
image: 'bitn...
Allethrin asked 2/7, 2021 at 18:19
3
I have installed docker for windows toolbox on windows 7 64 bit os. I am unable to switch to windows container using docker menu as the docker icon is not available in systray. Docker service is al...
Emotionalize asked 8/8, 2018 at 19:36
3
I'm trying to add the --platform=linux/amd64 flag to my dockerfile's FROM statement. I need to do this because I'm working on an m1 laptop and the default architecture (linux/arm64/v8) is not compa...
Bombazine asked 18/1, 2022 at 10:45
5
Solved
I have a USB GPIO device with some 3rd party drivers that I want to interface with in a container. Compiles, works fine on host. Also compiles, works fine in the container if I pass --device=/dev/b...
Countrywoman asked 19/12, 2018 at 14:58
4
After installing pyodbc in a docker container I'm receiving the error:
File "/root/.local/lib/python3.10/site-packages/sqlalchemy/connectors/pyodbc.py", line 43, in dbapi
return __impor...
Dogmatist asked 14/4, 2023 at 20:21
1 Next >
© 2022 - 2024 — McMap. All rights reserved.