Skip to content

Instantly share code, notes, and snippets.

View marslo's full-sized avatar

marslo marslo

View GitHub Profile
@marslo
marslo / markdown-details-collapsible.md
Created September 11, 2024 03:10 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux
@marslo
marslo / InstallDockerEE.ps1
Created December 13, 2023 07:20 — forked from Koubek/InstallDockerEE.ps1
Install Docker EE (for Windows Server)
<#
.SYNOPSIS
Install/Upgrade Docker EE (Windows Server).
.DESCRIPTION
This script checks the official Docker EE (for Windows Server) repository and
detects the latest version available to download and install. It also compares
with the version currently installed on the Docker host (WinServer) and asks
you if you wish to proceed or not.
/*
Forked from https://gist.github.com/sboardwell/f1e85536fc13b8e4c0d108726239c027
Changes made:
- add `combinedPerm` functions to make sure the new config won't replace the current settings.
**/
/*
Copyright (c) 2015-2018 Sam Gleske - https://github.com/samrocketman/jenkins-bootstrap-shared
Licensed under the Apache License, Version 2.0 (the "License");