按照此处的说明进行操作:http : //www.azerothcore.org/wiki/Install-with-Docker
我使用了 v8 数据
当我运行 docker-compose up 时,我得到以下信息:
Building ac-worldserver
Traceback (most recent call last):
File "site-packages/docker/utils/build.py", line 97, in create_archive
File "tarfile.py", line 1972, in addfile
File "tarfile.py", line 250, in copyfileobj
File "tempfile.py", line 481, in func_wrapper
OSError: [Errno 28] No space left on device
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bin/docker-compose", line 6, in <module>
File "compose/cli/main.py", line 72, in main
File "compose/cli/main.py", line 128, …Run Code Online (Sandbox Code Playgroud)