Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Common Questions

AJ Kerrigan edited this page May 25, 2016 · 3 revisions

Where is the .ui_info file?

This is really two questions:

  1. Where does .ui_info reside in the Docker container?

  2. How can I access .ui_info from the host machine?

Inside a running Docker container, the file path is /config/id/.ui_info.

To find the equivalent host path, first run the following command to identify which host path is mounted as /config inside the container:

docker inspect --format '{{ (index .Volumes "/config") }}' \
`docker ps -qf ancestor=ajkerrigan/crashplan`

Relative to that path, look for id/.ui_info.

Where can I find the Dockerfile that was used to build the ajkerrigan/crashplan image?

The image was built using this Dockerfile.

Clone this wiki locally