J'ai réussi à décortiquer un conteneur Docker en utilisant:
docker exec -i -t 69f1711a205e bash
Maintenant, je dois modifier le fichier et je n'ai aucun éditeur à l'intérieur:
root@69f1711a205e:/# nano
bash: nano: command not found
root@69f1711a205e:/# pico
bash: pico: command not found
root@69f1711a205e:/# vi
bash: vi: command not found
root@69f1711a205e:/# vim
bash: vim: command not found
root@69f1711a205e:/# emacs
bash: emacs: command not found
root@69f1711a205e:/#
Comment éditer des fichiers?
Dockerfile
commande install include-apt-get et générer votre propre conteneur? Le conteneur Docker est conçu comme ça, pas à votre façon.