I'm trying to access the file system of a container made with docker-machine
. I've used the ssh command but it doesn't seem to have anything that will allow you to list files / folders (like ls
).
How would one explore the files currently on a container with docker-machine
?