This is the docker form of the Storage Server for Team 4. It is used as a standalone and for isolated testing. For the primary implementation, click here or see below.
- go ahead and gitclone this repo
git clone https://github.com/bowei437/final_docker_storage.git
- Run git checkout local
- Navigate into the web directory (i.e. cd web)
- run docker commands to get server running - may have to sudo
docker-compose build
docker-compose -f docker-compose.yml up
- Access your machine-ip address (docker-machine ip) in your web browser
The UI should be viewable at **192.168.99.100/v2/ui**
- If you cannot access the UI then change the 'host' address in the swagger.yaml file
- To get Machine ip address:
Run docker-machine ip
- Update swagger.yaml:
host: "<Machine Ip-Address>"
- Repeat steps 4 and 5
- To get Machine ip address:
The primary storage server that is used by the project is located at the link below https://github.com/ldev-r3-t4/storage_server