28 questions
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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.