Outils pour utilisateurs

Outils du site


tech:notes_-_nerdctl

Ceci est une ancienne révision du document !


Notes - nerdctl

Alternative aux commandes :

  • docker
  • docker-compose
  • podman
  • crictl
  • ctr

Voir :

export NERDCTL_EXPERIMENTAL=0

$ nerdctl info
WARNING: AppArmor profile "nerdctl-default" is not loaded.
         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.
sudo nerdctl apparmor load
nerdctl compose up

Debug dockerfile

nerdctl builder debug .

list namespaces

nerdctl namespace ls

nerdctl --namesspace=<NS> ps

Connection a container to multiple networks at once nerdctl run --net foo --net bar

FIXME

tech/notes_-_nerdctl.1757279005.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki