This documentation provides details about the data that can be faked for a container.
To retrieve generated/fake data for a container see the following capabilities:
from socfaker import SocFaker
sc = SocFaker()
print(sc.container.id)
print(sc.container.name)
print(sc.container.tags)
print(sc.container.runtime)
.. automodule:: socfaker.container
:members:
:undoc-members: