docker-compose tag

28 questions


2 answers
468 views
0
Why does the image size increase when the same file is copied to the same location multiple times in the Dockerfile?

Why is the image size of a container larger than a single copy of a docker build when the same file is COPYed multiple times in the same location in a docker file?For Dockerfile as shown below. FROM p...

1 years ago

1 answers
353 views
0
docker compose run -- I want rm webbin/setup to run yarn install

I want yarn to work in dockefile web container.And docker compose run --rm webbin/setup to run yarn install.This is the current error.The Gemfile's dependencies are satifiedYarn executable was not det...


1 answers
292 views
0
Phpartisan migration does not work in a Docker environment

I use laravel,vue.js,docker (local uses nginx for docker) on my Mac to create a web app locally. I think it's because the .env configuration is strange, but it doesn't connect to the local mysql that ...


1 answers
417 views
0
Please tell me what to do when the mysql container does not stand up in docker-compose.

Developing web applications running in rails+mysql environment My PC is an m1 chip macbook, but the mysql container doesn't stand up, so I checked the cause and found out that if you want to use mysql...


1 answers
364 views
0
I'm trying to build an environment with docker and rails, but it doesn't work.

PG:: ConnectionBad: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socketI get an error.Here is the site I used as a refe...


1 answers
470 views
0
Error in docker-compose when up--build

When I tried to open the jupyter notebook using docker-compose, I received the following error:If anyone knows how to solve this problem, I would appreciate it if you could let me know.Building jupyte...


1 answers
136 views
0
docker-compose, about Connection failed error during build

Hello Using docker-compose, we are building an environment for Ravel, mysql, and phpmmyadmin.When I try to build based on Dockerfile, I get the following error:·I searched Google for the same event, b...


2 answers
133 views
0
If docker is installed on snap, docker-compose will not find docker-compose.yml except under the home directory

OS:ubuntu 18.04 LTSIf you install docker on snap, you can create a directory under the root directory, place docker-compose.yml, and do docker-compose up with the following error:The directory under t...


1 answers
109 views
0
Syntax error in docker-compose build

Thank you for your help.Please let me know if anyone has any knowledge of the following issues.docker-compose build encountered a syntax error in docker-compose.yml.I'm checking the indentation, but I...

1 years ago

1 answers
149 views
0
docker-compose+nuxt cannot access localhost:3000.

Thank you for your continuous support.Currently, we are trying to create a docker+nuxt development environment by referring to here.However, when I access it with localhost:3000 from the host side, I ...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.