« Linux : Lazydocker » : différence entre les versions
De www.yakakliker.org
(Page créée avec « == Installation == <syntaxhighlight lang="bash"> LAZYDOCKER_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazydocker/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+') curl -Lo lazydocker.tar.gz "https://github.com/jesseduffield/lazydocker/releases/latest/download/lazydocker_${LAZYDOCKER_VERSION}_Linux_x86_64.tar.gz" mkdir lazydocker-temp tar xf lazydocker.tar.gz -C lazydocker-temp sudo mv lazydocker-temp/lazydocker /usr/local/bin rm -rf l... ») |
Aucun résumé des modifications |
||
(Une version intermédiaire par le même utilisateur non affichée) | |||
Ligne 18 : | Ligne 18 : | ||
https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/lazydocker/ | https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/lazydocker/ | ||
[[Catégorie:Linux]] | |||
[[Catégorie:Docker]] | |||
<html> | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a> | |||
</html> | |||
<html> | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script> | |||
<script> | |||
kofiWidgetOverlay.draw('yakakliker', { | |||
'type': 'floating-chat', | |||
'floating-chat.donateButton.text': 'Café', | |||
'floating-chat.donateButton.background-color': '#00b9fe', | |||
'floating-chat.donateButton.text-color': '#fff' | |||
}); | |||
</script> | |||
</html> |
Dernière version du 18 mars 2025 à 16:32
Installation
LAZYDOCKER_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazydocker/releases/latest" | grep -Po '"tag_name": "v\K[0-9.]+')
curl -Lo lazydocker.tar.gz "https://github.com/jesseduffield/lazydocker/releases/latest/download/lazydocker_${LAZYDOCKER_VERSION}_Linux_x86_64.tar.gz"
mkdir lazydocker-temp
tar xf lazydocker.tar.gz -C lazydocker-temp
sudo mv lazydocker-temp/lazydocker /usr/local/bin
rm -rf lazydocker.tar.gz
rm -rf lazydocker-temp
Liens
https://lab.yoandev.co/tools/lazydocker/#sources
https://blog.stephane-robert.info/docs/conteneurs/moteurs-conteneurs/lazydocker/