# "Install Sandbox on windows 7"

**URL:** https://forum.algorand.co/t/install-sandbox-on-windows-7/2342
**Category:** General
**Created:** [December 28, 2020, 2:50pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342 "2020-12-28T14:50:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Prabhakaran258](https://avatars.discourse-cdn.com/v4/letter/p/c2a13f/32.png) [@Prabhakaran258](https://forum.algorand.co/u/Prabhakaran258)
#### Post date: [December 28, 2020, 2:50pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342/1 "2020-12-28T14:50:52Z")

</div>

Hi,can someone suggest me a document or steps to get sandbox activated and running on windows 7.  
Thanks in advance.

---

<div class="post-metadata">

### Author: ![ryanRfox](https://sea2.discourse-cdn.com/flex016/user_avatar/forum.algorand.co/ryanrfox/32/364_2.png) [@ryanRfox](https://forum.algorand.co/u/ryanRfox)
#### Post date: [December 28, 2020, 3:18pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342/2 "2020-12-28T15:18:04Z")

</div>

Welcome @Prabhakaran258 glad you are here building!

Please have a look at these Windows instructions for requirements (git and docker), installation and usage:

> **[algorand/sandbox - Windows](https://github.com/algorand/sandbox#windows)**
>
> Algorand node sandbox. Contribute to algorand/sandbox development by creating an account on GitHub.

---

<div class="post-metadata">

### Author: ![Prabhakaran258](https://avatars.discourse-cdn.com/v4/letter/p/c2a13f/32.png) [@Prabhakaran258](https://forum.algorand.co/u/Prabhakaran258)
#### Post date: [December 28, 2020, 5:17pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342/3 "2020-12-28T17:17:01Z")

</div>

Thanks for response @ryanRfox ,I followed that above github guide as you suggest and following docker document ,but it doesn’t provide documentation for windows 7, it give only for windows 10.  
[https://docs.docker.com/docker-for-windows/install/](https://docs.docker.com/docker-for-windows/install/)  
so my doubt is “Is this possible we can get sandbox activated and running on windows 7 ?”

---

<div class="post-metadata">

### Author: ![fabrice](https://avatars.discourse-cdn.com/v4/letter/f/5fc32e/32.png) [@fabrice](https://forum.algorand.co/u/fabrice)
#### Post date: [December 28, 2020, 6:03pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342/4 "2020-12-28T18:03:46Z")

</div>

As Windows 7 is no more supported by Docker, the simplest solution may be to use an Ubuntu VM in VirtualBox for example.

You may also want to check [https://superuser.com/questions/1163594/how-to-install-docker-on-windows-7-machine](https://superuser.com/questions/1163594/how-to-install-docker-on-windows-7-machine) but it is likely that you will face many issues.

Note also that since Windows 7 not supported by Microsoft, it is no more recommended to use it (and actually can lead to serious security issues): [https://www.microsoft.com/en-us/windows/windows-7-end-of-life-support-information](https://www.microsoft.com/en-us/windows/windows-7-end-of-life-support-information), [https://www.forbes.com/sites/daveywinder/2020/01/14/windows-7-crazy-high-security-risk-as-crypto-exploit-found-in-audio-files/](https://www.forbes.com/sites/daveywinder/2020/01/14/windows-7-crazy-high-security-risk-as-crypto-exploit-found-in-audio-files/)

---

<div class="post-metadata">

### Author: ![Prabhakaran258](https://avatars.discourse-cdn.com/v4/letter/p/c2a13f/32.png) [@Prabhakaran258](https://forum.algorand.co/u/Prabhakaran258)
#### Post date: [December 29, 2020, 1:14pm UTC](https://forum.algorand.co/t/install-sandbox-on-windows-7/2342/5 "2020-12-29T13:14:02Z")

</div>

Thanks for the response @fabrice
