rathena-docker.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <title>rathena-docker | Casey DeLorme's Portfolio / caseydelorme.com</title>
  9. <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
  10. <link rel="stylesheet" type="text/css" href="/css/main.css#3ff6967">
  11. </head>
  12. <body>
  13. <header class="group">
  14. <h1><a href='/'>Casey DeLorme</a></h1>
  15. <nav>
  16. <ul>
  17. <li><a href="/projects">Projects</a></li>
  18. <li><a href="/resume.html">Resume</a></li>
  19. </ul>
  20. </nav>
  21. </header>
  22. <div class="content group">
  23. <h3><a href="https://github.com/cdelorme/rathena-docker">rathena-docker</a></h3>
  24. <p>I am an avid gamer, and one of the games I enjoyed was ragnarok online.</p>
  25. <p>The <a href="https://rathena.org/">rathena project</a> is an effort to provide an open-source implementation of the ragnarok online service, based on reverse engineering efforts with Aegis, the official server.</p>
  26. <p>I enjoy that it runs on linux, <em>but sadly there is no open-source renewal client solution yet so we can&rsquo;t enjoy ragnarok on linux without <a href="https://www.winehq.org/">WINE</a>.</em></p>
  27. <p>While experimenting with <a href="https://www.docker.com/">docker</a> for work, I decided to try writing a Dockerfile that would generate a docker image that could run an entire rathena server.</p>
  28. <p>Originally I had planned to use docker to create a distributed networked example, <em>but because docker immutable state complicates runtime configuration I gave up.</em></p>
  29. <p><strong>In the future I may pursue <a href="https://docs.docker.com/compose/">docker-compose</a> to orchestrate a distributed configuration to demonstrate multiple components of the rathena server in action.</strong></p>
  30. <p><strong><em>written on 2017-04-13</em></strong></p>
  31. </div>
  32. <footer class="group">
  33. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  34. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  35. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  36. <a href='https://github.com/cdelorme' class='link github'></a>
  37. <a href='skype:casey.delorme?chat' class='link skype'></a>
  38. <div class="scripts">
  39. <script type="text/javascript" src="/js/main.js#3ff6967" async></script>
  40. </div>
  41. </footer>
  42. </body>
  43. </html>