- run install.sh
- write contents from profile.sh to ~/.bash_profile
- use like
pkgapp /Applications/Apple\ Configurator\ 2.app - OR
pkgapp Apple\ Configurator\ 2.app - OR
pkgapp Apple\ Configurator\ 2 - search dmg on your desktop
This file contains hidden or 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
| /* | |
| Example Jenkinsfile for build docker images. | |
| Just place inside VCS and use multibranch project. | |
| */ | |
| node('master') { | |
| checkout scm | |
| stage("build") { | |
| /* build it */ |
This file contains hidden or 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
| # =============================================================== | |
| # base image | |
| FROM debian:9.9 | |
| RUN \ | |
| apt-get update -q && \ | |
| apt-get install -yq \ | |
| --no-install-recommends \ |
Just auto-translate of The Creation of the UNIX* Operating System. Result and script available.
For run this script you need API token, add them on line #15 Bearer <API_TOKEN_HERE>.
This file contains hidden or 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
| [Service] | |
| Environment="DOCKER_OPTS= --data-root=/var/lib/docker --log-opt max-size=50m --log-opt max-file=5 --iptables=false -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --insecure-registry 0.0.0.0/0" |
This file contains hidden or 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
| { | |
| "authorization-plugins": [], | |
| "data-root": "", | |
| "dns": [], | |
| "dns-opts": [], | |
| "dns-search": [], | |
| "exec-opts": [], | |
| "exec-root": "", | |
| "experimental": false, | |
| "features": {}, |
NewerOlder