[DiscordArchive] has anyone had issues with SELinux getting in the way of the docker install?
[DiscordArchive] has anyone had issues with SELinux getting in the way of the docker install?
Archived author: Pasha • Posted: 2021-05-01T03:40:56.183000+00:00
Original source
has anyone had issues with SELinux getting in the way of the docker install?
Archived author: Pasha • Posted: 2021-05-01T03:43:16.926000+00:00
Original source
It looks like the mkdir isn't happening and then we try to curl a zip to the dir we expected to have
![[Image: unknown.png?ex=690c1957&is=690ac7d7&hm=b...1c57a1273&]](https://cdn.discordapp.com/attachments/535208956449128490/837896945854971904/unknown.png?ex=690c1957&is=690ac7d7&hm=b08ea076742f815567a55693218481fffffdf85bb38bb14c68f0b271c57a1273&)
Archived author: Pasha • Posted: 2021-05-01T03:43:19.743000+00:00
Original source
![[Image: unknown.png?ex=690c1957&is=690ac7d7&hm=b...1c57a1273&]](https://cdn.discordapp.com/attachments/535208956449128490/837896945854971904/unknown.png?ex=690c1957&is=690ac7d7&hm=b08ea076742f815567a55693218481fffffdf85bb38bb14c68f0b271c57a1273&)
Archived author: Tinywolf • Posted: 2021-05-01T03:58:44.417000+00:00
Original source
Greetings,
I was following the Docker instructions to install the ac, but I ran into some issues: (see below)
> Successfully built d3b1b4813fb6
> Successfully tagged acore/worldserver:master
> WARNING: Image for service ac-worldserver was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
> Use 'docker scan' to run Snyk tests against images to find vulnerabilities and learn how to fix them
> Creating azerothcore-wotlk_ac-database_1 ... error
>
> ERROR: for azerothcore-wotlk_ac-database_1 Cannot start service ac-database: Ports are not available: listen tcp 0.0.0.0:3306: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
>
> ERROR: for ac-database Cannot start service ac-database: Ports are not available: listen tcp 0.0.0.0:3306: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
> ERROR: Encountered errors while bringing up the project.
> error: Uncaught (in promise) Error: Failed with error: 1, however,
> it's not related to this Deno script directly. An error occurred within
> the script called by the command itself
> throw new Error(`Failed with error: ${status.code}, however,
> ^
> at Command.<anonymous> (file:///C:/azerothcore-wotlk/apps/docker/docker-cmd.ts:239:17)
> at async Promise.all (index 0)
> at async file:///C:/azerothcore-wotlk/apps/docker/docker-cmd.ts:191:5