Mikhail Zholobov
Mikhail Zholobov
Thank you, @yorinasub17, > With that said, terragrunt should configure its credentials in a way that you can override that with env vars, like terraform. I suspect this routine isn't...
I should to clarify some important details about Docker volumes and shared folders: - While using Docker Machine, it is assumed that the "Docker Host" is a VM, _not_ a...
Let's abstract away from the Compose use case, there is an easier way to reproduce the subject issue. And yes, seems like Parallels Shared Folders could not be used for...
The issue still persist on Parallels Desktop 15.1.3. 1. With image `mongo:3.2.0`, the same what we tried above 4 years ago: ``` $ docker run -v $(pwd)/:/data/db -p 27017:27017 mongo:3.2.0...
@alvint @tobernguyen Could you please elaborate - which exact use case are you interested in? Docker Machine project has been put into the maintenance mode back in 2018 (https://github.com/docker/machine/issues/4537), so...
Hi @123BLiN . Yes, you got it right: https://github.com/johnbellone/consul-cookbook/issues/381#issuecomment-265076223
It also affects Virtuozzo/OpenVZ containers (`virtualization[:system] == 'openvz'`). Memory overcommit could be managed by [certain options](https://openvz.org/VSwap), but not "sysctl". So, this issue makes me to comment/delete the resource `sysctl_param[vm.overcommit_memory]` declaration...
/remove-lifecycle stale
Hi @worftan, I can confirm that the feature `update_guest_tools` doesn't work properly on VMs with Alpine Linux. Due to the Alpine specifics, the mount command syntax is different and we...
So, you can still run `generic/alpine38` as Parallels Desktop VM, without guest tools support it will work: ```ruby # Vagrantfile Vagrant.configure("2") do |config| config.vm.box = "generic/alpine38" end ``` But shared...