Sign inSign up

muratartim/eclipsetactics_sql_server

By muratartim

•Updated over 7 years ago

SQL database server for the online strategy game 'Eclipse Tactics'.

Image
0

500K+

muratartim/eclipsetactics_sql_server repository overview

⁠Eclipse Tactics SQL Server

Apache License

SQL database server for the online strategy game 'Eclipse Tactics' which is based on Apache Derby database. Eclipse Tactics is a multiplayer, turn-based, online strategy game in a sci-fi theme.

⁠How to run the Container

  1. Create a custom network:
docker network create eclipsetactics_network
  1. Create a named volume from the sample data⁠ (assuming backup tar file is: $(pwd)/backups/sql_data.tar):
docker container run --rm -v eclipsetactics_sql_data:/dbdata -v $(pwd)/backups:/backup ubuntu bash -c "cd /dbdata && tar xvf /backup/sql_data.tar --strip 1"
  1. Pull the image from Docker Hub:
docker image pull muratartim/eclipsetactics_sql_server:latest
  1. Create & run the container:
docker container run -p 1527:1527 -d --name eclipsetactics_sql_server --network eclipsetactics_network -v eclipsetactics_sql_data:/dbs muratartim/eclipsetactics_sql_server

Tag summary

Content type

Image

Digest

Size

62.9 MB

Last updated

over 7 years ago

docker pull muratartim/eclipsetactics_sql_server