docker-for-mac tag

6 questions


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


2 answers
60 views
0
I want to build a Linux environment on macOS (10.13 High Sierra) using Docker

It's almost the same question as the title.I don't know how I can use Docker to build a Linux virtual environment on my PC.I have already installed Docker on my PC, but I don't know what steps I shoul...


1 answers
66 views
0
Unable to connect to localhost in Docker environment

I am currently developing Ruby on rails in a Docker environment, but suddenly I cannot connect to localhost.$curl localhost:3000curl:(7) Failed to connect to localhost port 3000: Connection refusedBel...


1 answers
51 views
0
Understanding Docker Mounting and Volume Conflicts with Hosts

I apologize for the abstraction, but I would like you to tell me about the behavior of the following cases.Folder B does not appear on the host side when the container is started in the following stat...


1 answers
64 views
0
Mysql container goes into exit(1) immediately after startup in Docker

PrerequisitesI'm trying to launch a laravel environment with docker-compose, but the container in mysql will be exited(1) as soon as it starts.It started up until about 3 days ago, but suddenly it did...


© 2024 OneMinuteCode. All rights reserved.