Battlesship
July 19, 2024 · View on GitHub
Connect
Locally
ssh -p 23234 localhost
Remotely
ssh battleuser@battle.orb.local -p 23234
Build the guy
- Create the image
❯ docker build --tag 'battlesship-image' .
- Run the container
(TODO: should add the detach later...)
❯ docker run -p 23234:23234 --name battle 'battlesship-image'