- If Docker is not yet installed, follow the installation procedure at https://docs.docker.com/toolbox/toolbox_install_windows/.
- For performance reasons it is recommended to allocate 6GB of memory to you Docker. Open up Oracle VirtualBox.
- Before doing any changes you need to power off your running instance by selecting the running instance and typing CTRL-F.
- On the Settings tab choose System and allocate 6GB of base memory.
Image Modified
- Locate your ip address
- Re-start your machine by choosing Headless.
- In the Docker Quickstart terminal clone the DockerUVMS repository by typing: docker clone https://github.com/UnionVMS/UVMS-Docker.git
- Move inside the UVMS-Docker folder: cd /UVMS-Docker
- Checkout the dev branch by typing: git checkout dev
- Start the application by typing: docker-compose up -d
- To access the application you first need to find out the access URL, you can do this by opening Kitematic and selecting for example the wildly container.
![](https://focusfish.atlassian.net/wiki/download/attachments/42303509/kitematic2.png?version=1&modificationDate=1505813671416&cacheVersion=1&api=v2)
- In this case the access URL ip is 192.168.99.100, you will ba able to access the application at 192.168.99.100:28080/unionvms
- To see the wildly logs you can use following command: docker logs wildly -f --since 1h
{"serverDuration": 224, "requestCorrelationId": "14f23e3fcd7e4f31ba0995107b4898fb"}