Method: CM::Plugin::DockerResource#docker_id
- Defined in:
- lib/core/plugin/docker_resource.rb
#docker_id ⇒ Object
Property accessors / modifiers
76 77 78 |
# File 'lib/core/plugin/docker_resource.rb', line 76 def docker_id @docker_id ||= "#{id}-#{Time.now.strftime('%Y-%m-%dT%H-%M-%S%z')}" end |