I hereby claim:
- I am JanKoppe on github.
- I am jankoppe (https://keybase.io/jankoppe) on keybase.
- I have a public key whose fingerprint is 7521 FAB1 B9A0 1B22 1DEB 6CE7 BE93 5B07 35A2 129B
To claim this, I am signing this object:
alias accio=wget | |
alias avadaKedavra='rm -f' | |
alias imperio=sudo | |
alias priorIncantato='echo `history |tail -n2 |head -n1` | sed "s/[0-9]* //"' | |
alias stupefy='sleep 5' | |
alias wingardiumLeviosa=mv | |
alias sonorus='set -v' | |
alias quietus='set +v' |
/* | |
* Example for authenticationg against the ORCiD.org Public API with | |
* passport.js and retrieving the authenticated orcid. | |
* | |
* The main difficulty is that ORCiD.org will send the authenticated orcid | |
* in the accessToken request, which is normally not passed on to the | |
* passport.js-callback. Without the orcid, properly authenticating with | |
* ORCiD.org is impossible though. | |
* | |
* The trick is to pass on the `passReqToCallback`-option to the |
I hereby claim:
To claim this, I am signing this object:
#/etc/mactab | |
--- | |
lan0 00:11:22:33:44:01 | |
wan0 00:11:22:33:44:02 |
Host 172.17.8.* | |
StrictHostKeyChecking no | |
UserKnownHostsFile=/dev/null |
https://github.com/docker/docker/issues/30966 | |
mostolog commented 19 days ago | |
As you said, swarm nodes get host's hostname as swarm node name (internally). That's perfectly correct for me. | |
After deploying some services with default setting, ps shows something like: | |
37bbf2b56dbf serviceBar.1.ngneetjtxwhm2eijfs1gvt60t | |
a90e2d59cd77 serviceBar.2.d4lf8h3gqj9e7gyhfi3lgrtdt | |
ed6d150d7c84 serviceBar.3.iz85bp0sc5t6e3b15w6gtteus |
This nginx configuration allows to restrict access via different methods to separate users.
This is very useful for private docker registries, where you want every member of your team to be able to fetch Docker images, but only some users (admins and CI users) to push new images to the registry.
Example:
write
can use GET, POST, PUT, DELETE and everything else.read
can only use GET and HEAD./* | |
LUFA Library | |
Copyright (C) Dean Camera, 2012. | |
dean [at] fourwalledcubicle [dot] com | |
www.lufa-lib.org | |
*/ | |
/* | |
Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) |
python manage.py shell |