<!-- Event snippet for Docker Install conversion page --> <script> gtag('event', 'conversion', {'send_to': 'AW-1072338079/TajECOL0tIsBEJ-pqv8D'}); </script>
Download and Install
<ol> <li style="padding-bottom: 10px;">First install Docker onto your PC.  Installation instructions can be found at the following locations: <ul> <li><a style="color: blue;" href="https://store.docker.com/editions/community/docker-ce-desktop-windows">Windows 10 Professional or Enterprise 64-bit</a></li> <li><a style="color: blue;" href="https://store.docker.com/editions/community/docker-ce-desktop-mac">Mac OS Yosemite 10.10.3 or above</a></li> <li><a style="color: blue;" href="https://docs.docker.com/toolbox/overview/">Older Mac OS or Windows</a></li> <li><a style="color: blue;" href="https://docs.docker.com/install/">Linux (CentOS, Debian, Ubuntu, Fedora)</a></li> </ul> </li> </ol> <p style="padding-left: 30px;">(Note: It may be necessary to enable hyper virtualization from the BIOS for some Windows based machines. See <a style="color: blue;" href="https://docs.docker.com/docker-for-windows/troubleshoot/#virtualization">here</a> for more details.)</p> <ol start="2"> <li style="padding-bottom: 10px;">Check your Docker settings to ensure that you have enough memory allocated to run PivotBillions.  (minimum 2 GB) <img class="size-large wp-image-793 aligncenter" src="https://pivotbillions.auriq.co.jp/wp-content/uploads/2019/06/docker-advanced.png" alt="" width="640" height="414" /></li> <li style="padding-bottom: 10px;">Open a shell (for Windows 10 use Powershell or cmd.exe)</li> <li style="padding-bottom: 10px;">Pull the PivotBillions container from Docker: <pre style="background-color: lightgray;">>docker pull auriqsystems/pivotbillions</pre> <em>For docker on Windows, make sure to switch to <u>Linux Containers</u> in your settings, otherwise you will be unable to pull PivotBillions.</em></li> <li style="padding-bottom: 10px;">Run PivotBillions <pre style="background-color: lightgray;">>docker run -dit -p 80:3000 --name="pb" auriqsystems/pivotbillions /bin/bash >docker exec -d pb bash /home/start-server.sh</pre> </li> <li style="padding-bottom: 10px;">Open a browser window and enter: <strong>http://localhost/index.html</strong></li> <li style="padding-bottom: 10px;">You should see the PivotBillions UI in your browser <img class="size-large wp-image-588 aligncenter" style="border: 1px solid;" src="https://pivotbillions.auriq.co.jp/wp-content/uploads/2019/06/pb-docker01.png" alt="" width="640" height="288" /></li> </ol>