Skip to content

Questions on Docker installation method #34

Answered by excalith
Zabooby asked this question in Q&A
Discussion options

You must be logged in to vote

You can consider Docker as a service running on background. If you want to use Docker images, you should run this service on background. When you don't need docker, you can terminate the service. It relatively uses less resources than virtual machine, but as you can guess, this adds up with each Docker Image you use.

A simple comparison will give some hints about pros and cons between each methods

Online Fork Docker
Always uses latest version, so it can break your local configurations time to time due to new features. Uses the version you forked until you want to update with upstream. Will not break anything automatically. Uses the version of the image until you want to update. Wil…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Zabooby
Comment options

@excalith
Comment options

Answer selected by Zabooby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants