I hereby claim:
- I am majodev on github.
- I am mranftl (https://keybase.io/mranftl) on keybase.
- I have a public key ASB73VpLBBV5HwAFxRepbjDjcV5yAfKofRHfyO-SBmYTYQo
To claim this, I am signing this object:
FROM netdata/netdata:latest | |
MAINTAINER YOUR_EMAIL | |
# add netdata user to root group (access volumne mounts from host) | |
RUN apk --no-cache add shadow | |
RUN usermod -a -G root netdata | |
ENTRYPOINT ["/usr/sbin/run.sh"] |
I hereby claim:
To claim this, I am signing this object:
<!--- filename: handlemdtest.hbs.md --> | |
--- | |
title: HandlebarsCombiMarkdown | |
customWorld: Universe | |
--- | |
This file tests if markdown and handlebars could play together in the same file. | |
Hallo {{customWorld}}! |
// How to: save as capture.js and run with "phantomjs capture.js" | |
// Setup by modifying URLS, PAGE_WIDTH AND PAGE_HEIGHT constants! | |
// Hint: set PAGE_WIDTH or PAGE_HEIGHT to 0 to capture full page! | |
// modified version of script at http://www.cameronjtinker.com/post/2011/09/26/Take-Screenshot-of-all-HTML-documents-in-a-folder-using-PhantomJS.aspx | |
var PAGE_WIDTH = 960; | |
var PAGE_HEIGHT = 640; | |
var URLS = [ | |
"http://github.com", |