Hi, thanks. Yes, you can record AppMaps from within a dockerized app. For Django you’d add a dependency on the appmap package, then as the app runs it will generate an AppMap of each request. You can also record test cases. It’s designed to be used primarily in dev, test and CI environments. For full details about appmap + Python, see https://appmap.io/docs/reference/appmap-python.html