Changes
Page history
Create Installing Docker
authored
Jul 15, 2023
by
Devin
Hide whitespace changes
Inline
Side-by-side
Installing-Docker.md
0 → 100644
View page @
558bc316
# Docker Installation
In order to install Docker and set up the container on your local machine, you will need two things:
-
Docker Desktop
-
A copy of the
`FreshmanRPGSuite`
repository
## Docker desktop
To setup Docker on your local machine, start by installing docker desktop from
[
here
](
https://www.docker.com/products/docker-desktop/
)
.
## FreshmanRPGSuite
If you have
`git`
installed on your machine, you can run this command in a command prompt or Terminal:
-
`git clone https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite.git`
Otherwise, you should be able to just download it from this page:
`https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite`
# Setup
Once you have everything setup, do the following:
-
Navigate into the FreshmanRPGSuite folder on your machine
-
Go into the docker folder
-
Open up a command prompt or a terminal
*in that folder*
-
Run the following command:
-
`docker compose -f dev-docker-compose.yml up -d`