Igor Kostenko
Igor Kostenko
@BlythMeister could you share your script and chocolatey options please? I need to install baseline version (16.7 for vs2019 currently) and since 16.8 release I cannot use chocolatey for installation...
It took me a while to get it right, so I'll publish command which setup vc++ 16.7.8 build tools as initially I was not calling visualstudio2019buildtools and was using the...
scoop docker package installing without admin privileges and print message after installation: ``` To register Docker as a service, run `dockerd --register-service` Similarly, to unregister, run `dockerd --unregister-service` ``` stevedore...
I don't want to use manual route - I'm installing most of my stuff via package managers, preferable scoop, chocolatey is ok for usage in docker containers, but scoop is...
There is difference in installed binaries. scoop docker package installs docker app (which is deprecated) and buildx (which does not work on windows - hopefully yet), stevedore installs compose -...
the same ``` C:\>md src\d1 C:\>unison -batch src dst ... C:\>mklink /d src\d2 d1 symbolic link created for src\d2 d1 C:\>unison -batch src dst Unison 2.53.3 (ocaml 4.14.0): Contacting server......
yep, second scenario creates correct symlink with test build
I use wsl2 and and install docker for linux there
Same error for me on Windows Server 1903 on Proxmox 6.1 with virtio-win-0.1.173-8 I have to disable both spice agent and spice driver in order to get rid of an...
Multi staged builds have nothing in common with squash. Multi stages builds could replace multiple Dockerfiles, squash replaces multiple commands. This code ``` FROM ubuntu RUN apt-get update -qq \...