Connection ssh sur une instance docker

docker ps
# get contner ID
docker exec –it [container_id] /bin/bash

https://phoenixnap.com/kb/how-to-ssh-into-docker-container

Editer un fichier via scp
https://www.goglides.dev/roshan_thapa/how-to-edit-file-docker-container-or-edit-a-file-after-docker-container-ce

Commit
https://ioflood.com/blog/using-dockers-commit-command-comprehensive-guide-with-examples/