docker tag

135 questions


1 answers
273 views
0
The Mysql container cannot be started using the web app created by Docker+Lavel, Nginx, Mysql, phpmyadmin.

environmentWSL2 (Ubuntu 22.04)DockerNginxMysqlPhpmyadminWhat do you want to doSince Mysql cannot be started, I want to find out the cause and start it.StatusMigration failed → Mysql is not starting → ...

1 years ago

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
375 views
0
Understanding ECS+ Fargate Source Code Mounting

本We have multi-posted at 3 locations including this site.https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q12274662377https://teratail.com/questions/uuw328n9imd4ciAbout mounting source code fo...

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
514 views
0
rails db:create error: Could not find mysql2-0.5.4 in any of the sources

When I tried to create a database with rails db:create, I received the following error:Could not find mysql2-0.5.4 in any of the sourcesRun `bundle install` to install missing gems.Are you going to se...

1 years ago

1 answers
424 views
0
Unable to run bash on Docker

I am thinking of creating a machine learning environment using Docker.So I'm trying to build an environment using docker, but I can't run bash well.After running docker-compose up, docker-compose exec...

1 years ago

1 answers
254 views
0
Regarding the issue that air does not work when using Docker to build Go air environment

Operating System Used: Windows 11Docker:Docker Desktop for Windows 1. Use the following Dockerfile FROM Golang: 1.18ENV TZ/usr/share/zoneinfo/Asia/TokyoENV ROOT=/go/src/appWORKDIR${ROOT}ENV GO111 MODU...

1 years ago

1 answers
372 views
0
Understanding Docker Container Start and Local PC Synchronization

When creating containers, you can use the -v option to synchronize local directories and files into containers, but when you stop the container once, modify the files on the local side, and start with...

1 years ago

2 answers
322 views
0
Understanding Docker Container Run Errors

I'm building an image of the Dockerfile and starting the container.Run'docker COMMAND --help' for more information on a command.appears.I don't think the syntax is wrong, but is there anything strange...

1 years ago

1 answers
325 views
0
Understanding docker container run invalid reference format

I built a Dokerfile, created an image, and ran a docker run.The following error cannot be resolved: docker: invalid reference format.See'docker run --help'.When I looked into it, I looked at the artic...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.