Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dockersetup [2026/08/29 13:38] – created rajitdockersetup [2026/08/31 10:39] (current) – [Updating the container with the latest tools] rajit
Line 77: Line 77:
  
 The git repository for the [[:install_actflow|actflow]] repository is checked out in ''/home/cad/actflow''. The steps outlined above pull the latest code and build and install the tools into ''/usr/local/cad'' (the default location in the container). The git repository for the [[:install_actflow|actflow]] repository is checked out in ''/home/cad/actflow''. The steps outlined above pull the latest code and build and install the tools into ''/usr/local/cad'' (the default location in the container).
 +
 +===== File storage =====
 +
 +A virtual machine can be turned off or even deleted. Once the machine is deleted, any files that were created with that virtual machine will be lost. We highly recommend that any design files be kept on the host machine file system, and shared with the container (as shown above with the ''-v'' option). That way if something goes wrong with your container, your design files will be preserved.
 +