MOTOSHARE ššļø
Turning Idle Vehicles into Shared Rides & Earnings
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
š Everyone wins.
What is Docker ?
Docker is a container that communicate and configure files with each other through some defined channels, it is used in automation projects. Docker reduces time in deployment and make easy for the developer to build, run and test the process.

What is Container?
Container is a set of packages used to run the application quickly and reliable. Containers make sure that it works uniformly even there might be some variations in instances between developing. Containers are standard, secure and light weight

What are top 5 advantage of Docker?
SpeedĀ
Reduces cost and time
Secure
Deployment velocity
Reliable
Commands Used in 24-05-2022 Session
- docker start : starts already stopped containers.
- docker stopĀ : stops running containers
- docker infoĀ : shows system-wide information
- docker psĀ : lists various properties of containers
- docker restartĀ : stops and starts a container
- docker pullĀ : pulls an image or a repository from your local registry
- docker history : Displays the history of an image
- docker rm : removes containers
- docker rmiĀ : removes images
- docker exec : Runs a command in a container that is active or running.