J
J
jkristo ‣2020-10-17 14:51:02
MySQL
jkristo ‣, 2020-10-17 14:51:02

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:

______________________

5f8ad7c557a2d174525751.png______________________

then some manipulations with files and the database (judging by this, regardless of the platform):
______________________

5f8ad8260871a420516704.png______________________

and the ruby ​​command to start the server:
______________________

5f8ad84b4b4ea888027263.png______________________

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

1 answer(s)
R
Roman Mirilaczvili, 2020-10-17
@jkristo

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 question

Ask a Question

731 491 924 answers to any question