Outils pour utilisateurs

Outils du site


tech:notes_-_nerdctl

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:notes_-_nerdctl [2025/10/18 22:33] Jean-Baptistetech:notes_-_nerdctl [2025/12/01 11:04] (Version actuelle) Jean-Baptiste
Ligne 30: Ligne 30:
          Use 'sudo nerdctl apparmor load' if you prefer to use AppArmor with rootless mode.          Use 'sudo nerdctl apparmor load' if you prefer to use AppArmor with rootless mode.
          This warning is negligible if you do not intend to use AppArmor.          This warning is negligible if you do not intend to use AppArmor.
 +~~~
 +
 +~~~bash
 +# nerdctl / kind a besoin de connaitre le chemin de iptables
 +export PATH=$PATH:/usr/sbin/
 ~~~ ~~~
  
Ligne 65: Ligne 70:
  
  
- 
-## Pb 
- 
-### Err provided file is not a console 
- 
-~~~bash 
-1 errors:\nprovided file is not a console 
-~~~ 
- 
- 
-Solution 
-~~~bash 
-apt-get install expect 
-~~~ 
- 
- 
-''~/.config/dinit.d/kind'' 
-~~~python 
-type = process 
- 
-# command = $HOME/bin/nerdctl start --attach kind-control-plane 
-command = unbuffer $HOME/bin/nerdctl start --attach kind-control-plane 
- 
-stop-command = $HOME/bin/nerdctl stop kind-control-plane 
-restart = false 
-logfile = /home/jibe/log/kind.log 
-stop-timeout = 120 
-~~~ 
- 
-Préfixer la commande par ''unbuffer'' 
  
  
tech/notes_-_nerdctl.1760819583.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki