Modify Container Filesystem

Modifying a Docker Container's Filesystem

docker exec-it container bash

From here, you are free to use normal Linux commands. If you want to do this remotely, you can install an SSH server in your container, and bind port 22 to another port on the host.


Backlinks