See which tools you have
Check which common tools are on your path, without starting anything:
docker --version checks the client. A project can add or remove tools, so check in the workspace you use.
Choose an agent tool
Each agent tool needs your agent's client configured for it.
Keep your data when the workspace is rebuilt
Rebuilding a workspace applies new settings or a new image. Keep your data where it persists:
- Know where your project, your home directory and any service data live.
- Keep the volumes you want to reuse; AIDC Launch can delete a workspace and keep its volumes.
- Rebuild from the project definition, not by repairing a failed container by hand.
- Check your files and your main task afterwards.
A new image changes installed software; application data in volumes stays where it is.
Move to a new release
- Note the image and option versions your project uses now.
- Update both to the new release together in the project definition.
- Rebuild the workspace.
- Check the image version, your account, your project files and each tool your work needs.
To return to the previous release, set the versions you noted and rebuild; the files and databases you keep stay as they are.
What you getA workspace you can rebuild or move to a new release without losing your work.