[DiscordArchive] should I try the docker build -t azerothcore/authserver thingy in the readme?
[DiscordArchive] should I try the docker build -t azerothcore/authserver thingy in the readme?
Archived author: Ori_CC • Posted: 2020-05-15T22:41:46.387000+00:00
Original source
should I try the docker build -t azerothcore/authserver thingy in the readme?
Archived author: H0lysp4nk • Posted: 2020-05-15T22:42:14.553000+00:00
Original source
That won't do anything for compiling the core. That's just the image that runs the authserver executable
Archived author: H0lysp4nk • Posted: 2020-05-15T22:42:54.138000+00:00
Original source
I'd suggest clearing your cache/docker images and rebuilding it all: `docker system prune && bash ./bin/acore-docker-remove-build-cache`
Archived author: Ori_CC • Posted: 2020-05-15T22:44:04.056000+00:00
Original source
remove build cache gives "sudo: command not found"
Archived author: H0lysp4nk • Posted: 2020-05-15T22:44:15.982000+00:00
Original source
ah okay
Archived author: H0lysp4nk • Posted: 2020-05-15T22:44:17.736000+00:00
Original source
1 sec
Archived author: Ori_CC • Posted: 2020-05-15T22:44:20.024000+00:00
Original source
is that okay?
Archived author: H0lysp4nk • Posted: 2020-05-15T22:44:33.187000+00:00
Original source
Yes that's fine, I forgot you're using Windows
Archived author: Ori_CC • Posted: 2020-05-15T22:44:38.416000+00:00
Original source
it did delete the containers and images
Archived author: H0lysp4nk • Posted: 2020-05-15T22:45:14.319000+00:00
Original source
yeah, now just do `rm -rf ./docker/build/cache/*`