FullScreenMario

Run a Docker Container and play Full Screen Mario! This is a Docker image that contains all you need to run a Full Screen Mario server and play through your web browser.

Github Repo: https://github.com/DockerDemos/FullScreenMario

Issue Tracker: https://github.com/DockerDemos/FullScreenMario/issues

Building the Image

  1. git clone https://github.com/DockerDemos/FullScreenMario.git
  2. cd FullScreenMario
  3. sudo docker build -t fsm . -- Note the period on the end

Running the Container

docker run -p 80:80 -d fsm

Then, open your browser and navigate to http://localhost and start playing!

Acknowledgements

Thanks to:

  • Josh Goldberg https://github.com/Diogenesthecynic for his FullScreenMario code on Github.

  • Darin London, for troubleshooting issues with Docker v0.11 and adding the info for boot2docker.

Full Scree Mario is licensed under the Creative Commons Attribution Non-Commercial Share-Alike license.

DockerDemos/FullScreenMario docker container files are licensed as follows:

Copyright (C) 2014 Chris Collins

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.