[DiscordArchive] what happens if you prefix the docker command with `winpty` as the message says?
[DiscordArchive] what happens if you prefix the docker command with `winpty` as the message says?
Archived author: sijink • Posted: 2021-06-03T11:40:46.323000+00:00
Original source
what happens if you prefix the docker command with `winpty` as the message says?
![[Image: unknown.png?ex=690be0e1&is=690a8f61&hm=6...3a50e8c17&]](https://cdn.discordapp.com/attachments/535208956449128490/849976315222425620/unknown.png?ex=690be0e1&is=690a8f61&hm=66b10d25dc61b87a6b808a1d94c0ea4f6538cc46939e071466e54153a50e8c17&)
Archived author: Veiled Fury • Posted: 2021-06-03T11:42:26.520000+00:00
Original source
![[Image: unknown.png?ex=690be0e1&is=690a8f61&hm=6...3a50e8c17&]](https://cdn.discordapp.com/attachments/535208956449128490/849976315222425620/unknown.png?ex=690be0e1&is=690a8f61&hm=66b10d25dc61b87a6b808a1d94c0ea4f6538cc46939e071466e54153a50e8c17&)
Archived author: Veiled Fury • Posted: 2021-06-03T11:43:04.289000+00:00
Original source
I assumed that would happen, as the output probably doesn't come from docker but from some other command that is referenced by running docker attach *instance*
Archived author: Veiled Fury • Posted: 2021-06-03T11:43:13.126000+00:00
Original source
But, verified, see above.
Archived author: sijink • Posted: 2021-06-03T11:48:13.431000+00:00
Original source
`winpty docker attach azerothcore-wotlk_ac-worldserver_1` like this
Archived author: sijink • Posted: 2021-06-03T11:48:45.786000+00:00
Original source
the acore script tries to treat `winpty` as one of its subcommands (which it isn't), so that won't work
Archived author: Veiled Fury • Posted: 2021-06-03T11:49:37.363000+00:00
Original source
Hang on.
Archived author: Veiled Fury • Posted: 2021-06-03T11:49:47.814000+00:00
Original source
Ok, that ran without an error or any message.
Archived author: Veiled Fury • Posted: 2021-06-03T11:50:55.511000+00:00
Original source
Didn't open any window, though, and clicking the worldserver instance in Docker still has no prompt to enter commands, and the CLI button for it still only opens a bash prompt which doesn't recognize the "account" command, so I assume that's not where I want to be.
Archived author: sijink • Posted: 2021-06-03T11:51:32.021000+00:00
Original source
hmm