Container, image, volume files β
OrbStack makes it easy to access files in containers, images, volumes, and machines natively on macOS. This works seamlessly with Finder, editors, command-line tools, and other macOS apps.
To get started, open ~/OrbStack from the Finder sidebar, or click the folder button on any container, image, or volume in the OrbStack app.
Containers β
Easily view, edit, add, and delete files in containers to create a quick feedback loop.
Containers are mounted at ~/OrbStack/docker/containers/<name>.`

Images β
Explore files in container images, and debug image builds. Note that Docker images are read-only by design.
Images are mounted at ~/OrbStack/docker/images/<tag>.

Volumes β
Volumes are a great way to store persistent data for containers. You can easily view, edit, add, and delete files in volumes for development and debugging.
Volumes are mounted at ~/OrbStack/docker/volumes/<name>.

Machines β
Linux machines are mounted at ~/OrbStack/<name>.

