[DiscordArchive] any idea why it happened?
[DiscordArchive] any idea why it happened?
Archived author: Degen • Posted: 2020-05-16T15:20:29.938000+00:00
Original source
any idea why it happened?
Archived author: Ori_CC • Posted: 2020-05-16T15:20:41.749000+00:00
Original source
something something docker wasn't building them from the bin
Archived author: Ori_CC • Posted: 2020-05-16T15:21:03.344000+00:00
Original source
I dunno, this is like day 2 of figuring this stuff out, I just follow the tutorials and pray
Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:09.395000+00:00
Original source
Seems like there's an issue with the acbuild image for Docker on Windows
Archived author: Degen • Posted: 2020-05-16T15:22:32.146000+00:00
Original source
yea just seen all the troubleshooting you did earlier
Archived author: H0lysp4nk • Posted: 2020-05-16T15:22:32.470000+00:00
Original source
Would need someone else to confirm as I don't have a Windows Pro license to be able to enable Hyper-V on Windows to use Docker
Archived author: Ori_CC • Posted: 2020-05-16T15:23:37.357000+00:00
Original source
Well, it's happened twice now to two different people, and I'd hazard a guess that the person on stackoverflow I linked had the same thing
Archived author: Ori_CC • Posted: 2020-05-16T15:25:01.670000+00:00
Original source
Now here's a real idiot question: how do I open the worldserver console
Archived author: H0lysp4nk • Posted: 2020-05-16T15:25:27.594000+00:00
Original source
```
How can I run commands in the worldserver console?
You can easily attach/detach from the worldserver console. First of all, type docker-compose ps to know the name of your worldserver container, it should be something like azerothcore-wotlk_ac-worldserver_1.
To attach: open a new terminal tab and type docker attach azerothcore-wotlk_ac-worldserver_1
Note for Windows users: using git bash on Windows you have to prefix this command with winpty. Example:
winpty docker attach azerothcore-wotlk_ac-worldserver_1
To detach: press ctr+p and ctrl+q.
Do NOT try to detach using ctrl+c or you will kill your worldserver process!
```
Archived author: H0lysp4nk • Posted: 2020-05-16T15:26:10.184000+00:00
Original source
I would look at the Docker issue but I'm too busy with revamping a load of stuff in the Temple of Ahn'Qiraj