docs/commands
Nathan LeClaire 2f78b7f92a Move code to use SSH "backends"
Default to shelling out to SSH when available.

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-05-19 15:02:57 -07:00
..
active.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
active_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
commands.go Implement docker-machine scp 2015-05-13 17:22:42 -07:00
commands_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
config.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
config_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
create.go Migrate engine-flag => engine-opt 2015-05-11 11:57:09 -07:00
create_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
env.go env: enable easier usage display 2015-05-12 08:43:15 -04:00
env_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
inspect.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
inspect_test.go Read active host from DOCKER_HOST instead of from file 2015-05-04 16:29:04 -07:00
ip.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
ip_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
kill.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
kill_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
ls.go Adding --filter flag to ls command 2015-05-11 20:01:50 -04:00
ls_test.go Adding --filter flag to ls command 2015-05-11 20:01:50 -04:00
regeneratecerts.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
regeneratecerts_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
restart.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
restart_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
rm.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
rm_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
scp.go Implement docker-machine scp 2015-05-13 17:22:42 -07:00
scp_test.go Implement docker-machine scp 2015-05-13 17:22:42 -07:00
ssh.go Move code to use SSH "backends" 2015-05-19 15:02:57 -07:00
ssh_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
start.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
start_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
stop.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
stop_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
upgrade.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
upgrade_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00
url.go Refactor logging to focus on simple STDOUT/STDERR 2015-04-30 12:04:52 -07:00
url_test.go Refactoring commands.go into new commands package, with separate file for each subcommand 2015-04-15 19:04:44 -04:00