docker-compose tag

28 questions


1 answers
79 views
0
I don't know how to test subdomains with docker-compose + Rails 5.1 + rspec + HeadlessChrome

environment:Rails: 5.1.5Ruby: 2.5.0capybara:2.18.0rspec-rails: 3.7.2selenium-webdriver: 3.10.0 I'm a beginner at Docker.We are currently creating a development environment with docker-compose as follo...


1 answers
100 views
0
Understanding docker-compose.yml Volumes

Mounting Host Side Folder A to Container Folder BSave folder C directly under folder B in container to named volumeIf you set the above in docker-compose.yml, folder C appears directly under folder A ...

2 years ago

1 answers
107 views
0
Unable to access Rails+docker-compose localhost

I'm trying to develop the rails application using docker.docker-compose run web rails db:migrateI was able to verify that the database was created by running , but when I accessed localhost:3000, I sa...


1 answers
77 views
0
In docker-compose, //bin/sh:1:node-dev:not found と

What do you expectdocker-compose-f docker-compose.yml up-d --build The frontend container starts after execution.ProblemsAfter running docker-compose-f docker-compose.yml up-d --build, check docker ps...

2 years ago

1 answers
63 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
74 views
0
I want to connect to MySQL/MariaDB in the container from another Docker container

I am learning container orchestration using docker-compose.I would like to access the mariadb of the db container from the app container with the folder configuration below, but I got an error and it ...


1 answers
89 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...


1 answers
131 views
0
I want to open multiple vscodes with one command and execute commands to build a server in each vscode such as docker-compose up or npm run dev.

If you are developing in practice, you will often open many projects simultaneously in vscode and build servers for each project (docker-compose up, npm run dev, rails, etc.).It would be nice if it's ...

2 years ago
« - 3 -

© 2024 OneMinuteCode. All rights reserved.