|
%!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
asset | %!s(int64=4) %!d(string=hai) anos | |
Dockerfile | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
docker-compose.yml | %!s(int64=4) %!d(string=hai) anos |
Note that this Dockerized environment is not suitable for production deployments, see Installations instead.
docker-compose up -d
to spin up dev container and database (ensure port 3306
is free)docker exec -it rathena bash
to connect to dev container./configure
, make clean server
) and starting the server (./athena-start
, gdb map-server
, etc ...)docker-compose down
outside the dev container when done to close database and free resources3306
this will cause the database container to fail starting up.localhost
3306
ragnarok
ragnarok
/sql-files/*.sql
files are imported into the database. This does not happen on future start ups unless the volume has been deleted.docker-compose down --volumes
docker-compose ps
Dockerfile
, be sure to rebuild the docker image with docker-compose build
ls: can't open '.': Permission denied
turn off selinux.