Demystifying Device Identification in Docker: Generating Unique IDs Based on Host Configuration
While creating a container is there any way to generate some unique ID and pass it to container as environment variable and same unique id should be generated for all containers? Yes, you can...