Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 449 Bytes

container.md

File metadata and controls

25 lines (17 loc) · 449 Bytes

Container

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)

Container Class

.. automodule:: socfaker.container
   :members:
   :undoc-members: