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
# À mettre dans ~/.gitconfig ou ~/.config/git/config | |
[user] | |
name = Ton Nom | |
email = [email protected] | |
[color] | |
ui = auto | |
[alias] | |
st = status | |
ci = commit | |
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ar)%Creset' |
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
Le support de Docker nativement par XenServer est actuellement disponible : | |
- http://xenserver.org/blog/entry/preview-of-xenserver-support-for-docker-and-container-management.html | |
- http://xenserver.org/partners/docker.html?id=159 | |
Retour d'experience : | |
Création d'une VM avec Template CoreOS et utiliser le disque coreos_install_stable.iso pour booter. | |
- 2 disques supplémentaires sont nécessaires (pour l'utilisation du cloud-config) : | |
- Docker Space (xvdb) |