Class: Contained::Command::DockerLogout
- Defined in:
- lib/contained/command/docker_logout.rb
Overview
User to ‘docker login` to a registry using a provided username and password.
Constant Summary collapse
- DEFAULT_SERVER =
"hub.docker.com"
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Contained::Command::Base
Instance Method Details
#command ⇒ Array<Symbol,String>
16 17 18 19 20 21 22 |
# File 'lib/contained/command/docker_logout.rb', line 16 def command [ :docker, :logout, server, ] end |