Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details> tag!
<details>
Summary Goes Here| Install-Module -Name xPSDesiredStateConfiguration -Force | |
| [DscLocalConfigurationManager()] | |
| configuration LCM { | |
| Settings { | |
| RebootNodeIfNeeded = $true | |
| ActionAfterReboot = 'ContinueConfiguration' | |
| } | |
| } |
| #!/bin/bash | |
| set -e | |
| set -x | |
| if [ ! -f ~/docker-engine_1.12.0-0~jessie_armhf-armv6.deb ]; then | |
| echo "...ERROR:" | |
| echo " Package ~/docker-engine_1.12.0-0~jessie_armhf-armv6.deb missing" | |
| exit 1 | |
| fi |
| #!/bin/bash | |
| sudo touch "/Library/Preferences/VMware Fusion/promiscAuthorized" |
| # CREATE A BACKUP FIRST! | |
| # Then find the oldest commit containing the unwanted files | |
| # ./replace.sh <PathToFileContainingTheBigFilesToRemove> <OldestCommitSHA> | |
| cd /path/to/your/git/repository | |
| ./replace.sh files.txt 9e5bc93 |
| BITS 32 | |
| org 0x05000000 | |
| db 0x7F, "ELF" | |
| dd 1 | |
| dd 0 | |
| dd $$ | |
| dw 2 | |
| dw 3 | |
| dd 0x0500001B |
Just run this from your Mac terminal and it'll drop you in a container with full permissions on the Docker VM. This also works for Docker for Windows for getting in Moby Linux VM (doesn't work for Windows Containers).
docker run -it --rm --privileged --pid=host justincormack/nsenter1
more info: https://github.com/justincormack/nsenter1
The Windows installation ISO contains multiple Windows image files (WIM):
The Windows Server 2016 ISO contains multiple versions in this single install.wim file which is why the same media can be used to install Standard or Datacenter editions, with the desktop experience or without it (core).
This document outlines steps and common tasks for setting up a arm64 dev machine for LinuxKit.
If you set up a server on packet.net using the docker account please use your name/slackhandle/initials in the machine name. We will garbage collect machine and whack machine not adhering to this policy without warning :).
Deploy a Ubuntu 16.04 LTS server on packet.net and ssh in as root.