Skip to content

Instantly share code, notes, and snippets.

View figaw's full-sized avatar
:octocat:
Config as Code? Kong Figaw's Code!

Nicolaj Græsholt figaw

:octocat:
Config as Code? Kong Figaw's Code!
View GitHub Profile
@aaronzirbes
aaronzirbes / Codenarc.groovy
Last active July 16, 2018 11:37
Example Codenarc.groovy
/*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@d11wtq
d11wtq / docker-ssh-forward.bash
Created January 29, 2014 23:32
How to SSH agent forward into a docker container
docker run -rm -t -i -v $(dirname $SSH_AUTH_SOCK) -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK ubuntu /bin/bash