A
A
Arthur2019-08-24 16:41:48
Vagrant
Arthur, 2019-08-24 16:41:48

Docker and Vagrant (homestead), how to make friends?

Greetings.
For development, I use the vagrant template from Laravel - homestead. Now to deploy a new project, you need Docker. After installing Docker on the host machine (windows), my vagrant broke (an error due to the Hyper-V component). Putting a docker on a Wirth machine is an extra overhead, as for me.
Tell me, who uses it if there is a need to use both technologies?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey, 2019-08-24
@ar2rsoft

What prevents you from installing php and all dependencies in docker and running laravel without any homestad?

E
eukoch, 2022-02-08
@eukoch

In PowerShell
To work with Vagrant

Disable-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform"

To work with Docker
Enable-WindowsOptionalFeature -Online -FeatureName "VirtualMachinePlatform"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question