Skip to content

Commit

Permalink
Add AUTHORS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matir committed Aug 5, 2017
1 parent ce0bc15 commit 1ffa8f3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Core Team:

Andrew Griffiths <[email protected]>
David Tomaschik <[email protected]>
Niru Ragupathy <[email protected]>
Zacahary Wade <[email protected]>
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,27 @@ competitors, and a handful of other features.
Copyright 2016 Google, Inc.
This is not an official Google product.

Author: David Tomaschik <[email protected]>
Author: Please see the AUTHORS file.


### Installation using Docker ###
1. Navigate to the folder where the Dockerfile is located.

2. Run the command below to build a docker image for the scoreboard and tag it as "scoreboard". <br/>
2. Run the command below to build a docker image for the scoreboard and tag it as "scoreboard".

docker build -t "scoreboard" .

3. Run the command below to create the docker container.<br />
3. Run the command below to create the docker container.

docker create -p 80:80 scoreboard


4. Find the name of the container you created for the scoreboard. <br />
4. Find the name of the container you created for the scoreboard.

docker ls -a

5. Run the command below to start the docker container for the scoreboard. <br />
5. Run the command below to start the docker container for the scoreboard.

docker start "container_name"


Expand Down

0 comments on commit 1ffa8f3

Please sign in to comment.