Sha256: aeca7ea07ba3983a2c8a4cd45d0304fc58e0e9a4d9c1668b08f8d83524d9f183
Contents?: true
Size: 517 Bytes
Versions: 11
Compression:
Stored size: 517 Bytes
Contents
Ssh into an ECS container instance and runs a docker container using the same environment and image as the specified running service. Examples: $ sonic ecs sh --cluster my-cluster my-service $ sonic ecs sh --cluster my-cluster my-service # If there are flags in the command that you want to pass down to the docker run command you will need to put the command in single quotes. This is due to the way Thor (what this tool uses) parses options. $ sonic ecs sh --cluster production-hi hi-web 'rake -T'
Version data entries
11 entries across 11 versions & 1 rubygems