docker tag

135 questions


1 answers
402 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 answers
350 views
0
Unable to connect to DB when executing laravel command in Docker environment

The Ravel app is working properly in docker environment.docker exec-it app bashinto the container, and just under the laravel project, phpartisan command:test_commandWhen you run the and commands, Wit...

1 years ago

1 answers
391 views
0
How can I get out of the zip installation and say, "Python setup.py egg_info did not run successfully?

We are developing apps by Docker and Python.pip install zip displays a message similar to the following:I'd like to know how to get out of the error.Reference Site Easy as expected!!Python's Android a...

1 years ago

1 answers
293 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
381 views
0
Mount Paths in a WSL Docker Environment

What do you want to solveI'm going to join Kaggle by building a Docker environment using WSL2 on Windows 11 and using the Jupiternotbook.However, I was able to implement the above, but when I tried to...

1 years ago

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
327 views
0
docker prints build error

MacBook Air (Retina, 13-inch, 2020)OS: macOS BigSur (version 11.4)docker (Version: 20.10.7) I tried to create a Ubuntu-based Python development environment using Docker, but I got the following error:...

1 years ago

1 answers
267 views
0
Gunicorn server of blog system deployed to EKS becomes Worker Timeout

BackgroundWe are migrating our previously deployed blog system to the AWS EKS cluster.On the EC2 of the existing system, two containers operate: a web server (nginx) container and an AP server (django...

1 years ago

1 answers
285 views
0
Does the x64 container work on the M1 Mac?

I am currently considering purchasing a Mac for development.During the development, multiple x64 containers must operate locally using Docker Desktop.I will also use kubernetes.I'm thinking of buying ...


1 answers
326 views
0
Unable to log in to the DockerHub account. FATA [0072] Error response from daemon:

An error occurred while building a Docker environment on Ubuntu. sudo docker run hello-world was able to run, but when I try to log in to my DockerHub account, I get an error.Is there any solution or ...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.