Port forwarding in docker-machine?

You can still access the VBoxmanage.exe command from the VirtualBox used by docker machine: VBoxManage controlvm “boot2docker-vm” natpf1 “tcp-port27017,tcp,,27017,,27017”; Use docker-machine info to get the name of your vm. use modifyvm if the vm isn’t started yet. See a practical example in this answer. That is the current workaround, pending the possibility to pass argument … Read more

Using an IDE while developing on a docker container

Updates: 2018/04/17: http://docker-sync.io/ 2018/03/18: Check skaffold from GoogleCloudPlatform. Original post: There is something that I am not getting when developing an application while using docker containers. It’s ok, this is not something trivial. Try to see the big picture, it’s about creating a Development Pipeline (or CI/CD Pipeline if you like to use the terms … Read more

/lib64/ld-linux-x86-64.so.2: No such file or directory error

If you are running this on an M1 macbook, it’s possible that you are running a native Arm image of ubuntu, instead of the emulated x86 image. If the elasticsearch distribution you are trying to install is for x86_64, then it attempts to link to the x86-64-native ld.so, which of course isn’t present on different … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)