Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/docker-py
/ resources
Method
resources
docker/types/services.py:64–65 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
63
@property
64
def
resources(self):
65
return
self.get(
'Resources'
)
66
67
@property
68
def
restart_policy(self):
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected