ernoaapa / eliot

Open source system for managing containerized applications in IoT device
https://docs.eliot.run
Apache License 2.0
269 stars 20 forks source link

Attach not default to --stdin and added missing commands to docs #18

Closed ernoaapa closed 6 years ago

ernoaapa commented 6 years ago

Defaulting to hooking up the --stdin when attaching to container were too scary and risky because for instance the kill signals would end up to the process in the container. So updated it to be by default, false.

Also few commands were missing from documentation.