tar tf oopsie.tgz | xargs rm
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
[global] | |
## General | |
server role = standalone server | |
workgroup = WORKGROUP | |
server smb encrypt = desired | |
## Logging | |
logging = file | |
log file = /var/log/samba/log.%m | |
log level = 2 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
"""Generate Marathon JSON from Docker images. | |
Usage: | |
docker2marathon.py [options] <image> | |
docker2marathon.py (-h | --help) | |
Options: | |
--cpus=<shares> CPU shares for this app [default: 0.5] | |
--mem=<megabytes> MB of memory for this app [default: 256] | |
""" |
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
{ | |
"id" : "/mysite", | |
"apps": [ | |
{ | |
"id": "frontend", | |
"container": { | |
"type": "DOCKER", | |
"docker": { | |
"image": "superguenter/node-redis-demo", | |
"network": "HOST" |
- This script: https://gist.github.com/guenter
- Launch a Mesos cluster on Google Compute: https://google.mesosphere.io
- Marathon docs: https://mesosphere.github.io/marathon/
- Marathon 0.7.0-RC2: http://downloads.mesosphere.io/marathon/v0.7.0-RC2/marathon-0.7.0-RC2.tgz
Please prefix apps with your name if you use the shared cluster
NewerOlder