Sha256: 814566657461cd01b159496e8d30bbe20f872546a035cd894453fad4403db299

Contents?: true

Size: 134 Bytes

Versions: 7

Compression:

Stored size: 134 Bytes

Contents

Indocker.add_server(
  Indocker::Server.new(
    name: :localhost,
    host: 'localhost',
    user: `whoami`.strip,
    port: 22
  )
)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
indocker-0.1.8 example/indocker/infrastructure/servers.rb
indocker-0.1.7 example/indocker/infrastructure/servers.rb
indocker-0.1.6 example/indocker/infrastructure/servers.rb
indocker-0.1.5 example/indocker/infrastructure/servers.rb
indocker-0.1.4 example/indocker/infrastructure/servers.rb
indocker-0.1.3 example/indocker/infrastructure/servers.rb
indocker-0.1.2 example/indocker/infrastructure/servers.rb