Answer the question
In order to leave comments, you need to log in
Is it possible to locally deploy a project (Ruby, MySql, Redis) on Windows10 using docker?
You need to deploy the project locally on windows. The tutorial is for Linux only. In which the following system requirements are indicated:
______________________
______________________
then some manipulations with files and the database (judging by this, regardless of the platform):
______________________
______________________
and the ruby command to start the server:
______________________
______________________
As far as I know, docker has everything that is required:
mysql /postgres/redis/mongo/apache/python/nodejs/php etc - all the necessary versions of the software are packaged official there and can be called using commands, for example:
docker run mysql
Is it possible to build a config on dockere in order to run a project locally under windows?
From the webstorm terminal.
Can someone share this configuration? DockerFile Compose etc. for this build?
Answer the question
In order to leave comments, you need to log in
Can. Install any Linux with WSL.
https://docs.microsoft.com/en-us/virtualization/wi...
https://docs.docker.com/docker-for-windows/wsl/
Requires Microsoft Windows 10 Professional or Enterprise 64-bit.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question