Skip to content

Instantly share code, notes, and snippets.

Open regedit and navigate to the registry key:
```
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\SideBySide
Right-click, select NEW -> DWORD (32 bit) Value
Type PreferExternalManifest and then press ENTER.
Right-click PreferExternalManifest, and then click Modify.
Enter Value Data 1 and select Decimal.
Click OK. Exit Registry Editor.
```
@funky81
funky81 / user-data-add rancher
Last active February 15, 2020 07:47 — forked from mylesagray/user-data
User Data for vSphere Ubuntu Cloud cloud-Init
#cloud-config
package_update: true
package_upgrade: true
package_reboot_if_required: true
chpasswd:
list: |
ubuntu:VMware1!
expire: false
@funky81
funky81 / LCOW-Linuxkit.md
Created October 24, 2017 20:10 — forked from rn/LCOW-Linuxkit.md
LCOW Linuxkit

Get latest build of dockerd and docker and run dockerd

Invoke-WebRequest -UseBasicParsing -OutFile dockerd.exe https://master.dockerproject.org/windows/x86_64/dockerd.exe
Invoke-WebRequest -UseBasicParsing -OutFile docker.exe https://master.dockerproject.org/windows/x86_64/docker.exe

Add LinuxKit images