hummingbot-docs icon indicating copy to clipboard operation
hummingbot-docs copied to clipboard

Fix docker run command in autostart script example

Open tedwardd opened this issue 4 years ago • 1 comments

The command as currently shown in the example does not work. Hummingbot crashes without a pseudo-TTY. Adding -t at a minimum fixes this. Adding -i to keep STDIN open, even when the container is detached, seems like a good idea as well, though it may not be required. Including it does not seem to cause any problems.

tedwardd avatar Jul 27 '21 13:07 tedwardd

👷 Deploy request for docs-hb-v3 pending review. Visit the deploys page to approve it

🔨 Explore the source changes: 1661265982897edcf80eb2a1ffbaea7d8ed839fc

netlify[bot] avatar Jul 27 '21 13:07 netlify[bot]