Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
docker.cr
master
Docker
Configuration
Connection
Container
Service
Types
Container
Swarm
Endpoint
EndpointSpec
EndpointVirtualIP
PortConfig
Service
ServiceSpec
Version
HTTP
Client
Built with Crystal 1.9.2
2023-10-07 15:36:57 UTC
class
Docker::Configuration
Docker::Configuration
Reference
Object
Defined in:
docker/configuration.cr
Constructors
.new
(address : String =
"unix:///var/run/docker.sock"
)
Instance Method Summary
#address
: String
#address=
(address : String)
Constructor Detail
def self.
new
(address : String =
"unix:///var/run/docker.sock"
)
#
[
View source
]
Instance Method Detail
def
address
: String
#
[
View source
]
def
address=
(address : String)
#
[
View source
]