https://github.com/zeyu-li/docker-react
A Docker file for React 🐳
https://github.com/zeyu-li/docker-react
docker docker-react
Last synced: 3 months ago
JSON representation
A Docker file for React 🐳
- Host: GitHub
- URL: https://github.com/zeyu-li/docker-react
- Owner: Zeyu-Li
- Created: 2021-10-07T03:33:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T19:07:49.000Z (over 4 years ago)
- Last Synced: 2025-01-22T22:09:30.717Z (about 1 year ago)
- Topics: docker, docker-react
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up for Windows (WSL2)
To set up for windows make sure you have the following pre-reqs
* make (should come with g++)
* [docker](https://docs.docker.com/desktop/windows/wsl/)
## Setting up Docker
1. Download Docker Desktop for Windows
2. Make sure it is connected to your WSL2 instance (check docker link above)
3. Sign in to the Docker desktop
4. Within the Docker settings (gear icon on the desktop app) go to docker engine and edit the json config file such that the follow property is switched:
```json
"features": {
"buildkit": false
},
```
The rest is kept the same
5. Now make sure your docker is running in WSL2 you can do `docker --version` in your WSL2 instance