I need to deploy an application in AWS using ECS Fargate. This application has multiple services and a docker-compose file. I see there are two main ways to do
Docker Version 19.03.12 on Ubuntu 18.04.5 LTS (and also seen on previous version) We have the problem that network packets are send to the external network with
In setting up the database installation on localhost, When I get to the database Installation section I have this error Error Received an error message. URL: im
I'm creating a WebApp that has a React front end whose build is served by a node.js back end. There is some security implementation using Auth0 token validation
I installed Docker desktop for windows 10 home (version 10.0.19042) but I was never able to make it work because I keep getting this error: Microsoft.NET frame
In my system, I need to create a large number of images for different devices with different architectures. For this, I have a pipeline that creates multiple im
I have windows 10 2004, 8-core amd cpu, 12gb ram, running an existing wsl2 debian instance just fine. I can run a typical web stack php-fpm nginx mariadb redis-
I always used docker-compose on Ubuntu, in this environment containers are named with underscore: <project>_<service>_<replica> But now, I swi
Trying to migrate my Laravel and Vue code into docker but I am getting an error building the Image This is my docker file # dockerfile FROM php:8-fpm #
I have created an azure durable function and put it in a docker container, everything is working in docker desktop, the azure durable function is using and MQ r
Trying to push a local image to a google cloud project, which fails with this error. Any help? $ docker push gcr.io/myprojectID/myrstudio:latest The push refers
I am new to docker swarm, I read documentation and googled to the topic, but results was vague, Is it possible to add worker or manager node from distinct and s
I'm developing a Django+Vue app using VSCode devcontainers (Docker). I have recently migrated from Vue CLI v4 to Vue CLI v5 following the migration guide. After
I try to run spring boot application in Docker, Circle CI. Please, check how my .circleci/config.yml file looks like: version: 2.1 jobs: test: docker:
I'm having trouble building docker containers on an Apple M1 The project uses sdk 2.2 which is incompatible with arm64 architecture. So I changed the sdk and as
We're developing custom runtime for databricks cluster. We need to version and archive our clusters for client. We made it run successfully in our own environme
I'm new to docker and laravel. I'm trying to dockerize a laravel application, the source code is not mine. I used Sail for local tests, but now I want to build
I'm building an application with microservices communicating through RabbitMQ (request-response pattern). Everything works fine but still I have a problem with
I have a Springboot app that I have Dockerized. I have it exposed on port 8081, and can access it as expected. http://<ipaddress>:8081 Problem The Spring
I am using docker on my CentOS Linux release 7.8.2003 (Core) with 16 GB RAM. My docker version is Docker version 19.03.7. Docker-compose version is docker-compo