Battlesship

July 19, 2024 · View on GitHub

Connect

Locally

ssh -p 23234 localhost

Remotely

ssh battleuser@battle.orb.local -p 23234

Build the guy

  1. Create the image
 docker build --tag 'battlesship-image' .
  1. Run the container

(TODO: should add the detach later...)

 docker run -p 23234:23234 --name battle 'battlesship-image'