budtmo / budtmo/docker-android
[🐛 Bug ]: Device data reset when docker restart
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
### Operating System
Ubuntu 22.04
### Docker Image
budtmo/docker-android:emulator_13.0
### Expected behaviour
Hello,
this is my docker-compose based on @SudhanvaManjunath [post](https://github.com/budtmo/docker-android/issues/381#issuecomment-1675066024)
```yaml
version: '3'
services:
android-container:
image: budtmo/docker-android:emulator_13.0
#deploy:
# resources:
# limits:
# cpus: '8'
# memory: 10000M
# reservations:
# cpus: '8'
# memory: 10000M
privileged: true
ports:
- 4723:4723
- 5555:5555
# - 9000
- 6080:6080
volumes:
- ./video-samsung_13.0:/tmp/video
environment:
- EMULATOR_DEVICE="Samsung Galaxy S10"
# - APPIUM=true
- WEB_VNC=true
# - WEB_LOG=true
# - WEB_LOG_PORT=9000
devices:
- "/dev/kvm"
````
### Actual behaviour
When I stop docker and restart it I have a new phone with default settings and without my previous settings and data.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.