How to Install Docker in Android 10 Using vShellπ
What is Docker π±π€
Docker is a set of platform as a service products that use OS-level
virtualization to deliver software in packages called containers. Containers
are isolated from one another and bundle their own software, libraries and
configuration files; they can communicate with each other through
well-defined channels.
What is vShellπ
A virtual Linux shell environment application for Android OS. Runs Alpine
Linux in QEMU system emulator.
Checkout Our Video
Installation Process✔
Turn On your Internet Connection(Mobile Data or WiFi)
Open Vshell (Log in After Opening!!)
Now Follow this command
1. apk update
2.apk add docker
After Docker installation Complate
Run docker demon by following this command
addgroup username docker
rc-update add docker boot
service docker start
docker run -dp 80:80 docker/getting-started
Doneππ
Requirement✌
ANDROID 5.0+
RAM 3.0GB
INTERNET CONNECTION
and Working Brainπ
#rajbhx