This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# Default Example | |
contname="" # contname="spaceship" | |
image_name="" # image_name="zbeeblebrox/${contname}:1.0" | |
nodename="" # nodename="--hostname=${contname}" | |
runname="" # runname="--name=${contname}" | |
run_rm="" # run_rm="--detach" | |
build_rm="" # build_rm="--force-rm=true" | |
port="" # port="-p `hostname -i`:80:80 -p `hostname -i`:443:443" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########## | |
# Win10 Initial Setup Script | |
# Author: Disassembler <[email protected]> | |
# Version: 1.7, 2016-08-15 | |
# dasm's script: https://github.com/Disassembler0/Win10-Initial-Setup-Script/ | |
# THIS IS A PERSONALIZED VERSION | |
# This script leaves more MS defaults on, including MS security features. | |
# Tweaked based on personal preferences for @alirobe 2016-11-16 - v1.7.1 |