docker VS winget-pkgs

Compare docker vs winget-pkgs and see what are their differences.

docker

Docker - the open-source application container engine (by microsoft)

winget-pkgs

The Microsoft community Windows Package Manager manifest repository (by microsoft)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
docker winget-pkgs
152 98
516 8,004
1.6% 2.2%
0.0 10.0
6 days ago 6 days ago
Go PowerShell
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

docker

Posts with mentions or reviews of docker. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Live reload em Go com docker e compile daemon
    4 projects | dev.to | 25 Apr 2024
  • My Favorite DevTools to Build AI/ML Applications!
    9 projects | dev.to | 23 Apr 2024
    Deploying AI models into production requires tools that can package applications and manage them at scale. Docker simplifies the deployment of AI applications by containerizing them, ensuring that the application runs smoothly in any environment. Kubernetes, an orchestration system for Docker containers, allows for the automated deployment, scaling, and management of containerized applications, essential for AI applications that need to scale across multiple servers or cloud environments.
  • Ask HN: What software sparks joy when using?
    10 projects | news.ycombinator.com | 17 Apr 2024
    Linux Mint with Cinnamon: https://www.linuxmint.com/ as far as desktop OSes go it's familiar (Ubuntu without snaps by default), whereas the UI feels both snappy, doesn't use too much resources and is actually pretty to look at.

    MobaXTerm: https://mobaxterm.mobatek.net/ this one is a bit more Windows centric but I ended up paying for it and replaced mRemoteNg and PuTTY with it, it's even better than Remmina or whatever Linux has to offer - you can manage SSH/RDP/VNC/... sessions, input across multiple sessions side by side and it just simplifies things a lot (jump host support, a port forwarding too and so much more).

    GitKraken: https://www.gitkraken.com/ also a piece of software that I paid for, this one actually makes using Git pleasant, feels better to use than SourceTree and Git Cola (even though that latter is wonderfully lightweight, too) and honestly I prefer that to the CLI nowadays.

    Kanboard: https://kanboard.org/ is a lightweight Kanban project management tool, it might not have every feature under the sun but it's the most snappy project management tool I've ever used, looks simple and runs well. I honestly love it, what a nice thing to have.

    Most modern text editors and IDEs: I personally pay for JetBrains IDEs but also like Visual Studio Code as a text editor and both have helped me immensely, they're reasonably performant when you have the RAM, look nice, often give you suggestions about how to improve your code and also have a plethora of plugins in their ecosystems. Nowadays I unapologetically use LLMs as well and overall it feels like I have these great tools and cool autocomplete (that is sometimes a bit silly and wrong) at my disposal, that makes me happy.

    Kdenlive: https://kdenlive.org/ imagine if there was a successor to Windows Movie Maker, though something that gets most of the important stuff out of Sony Vegas, except is also completely free and works on most platforms. Kdenlive is all of that and also somehow quite pleasant to use, I actually prefer it to DaVinci resolve. There is a bit of a learning curve to any piece of software like this, but everything mostly makes sense in this one.

    Gitea: https://about.gitea.com/ I still use this for my personal Git repositories and integrating with CI systems and it's lightweight, looks good and just feels pleasant to use. Previously I self-hosted GitLab and constantly ran into resource exhaustion as well as doubts about the next update is going to corrupt all of my data and break (it did), so now I use Gitea instead.

    Drone CI: https://www.drone.io/ a container native CI solution that I can also self host. It's container oriented, integrates with Gitea nicely, is similarly nice to GitLab CI and doesn't cause me headaches like Jenkins would.

    Docker: https://www.docker.com/ yes, even Docker desktop. It just makes working with containers really pleasant and predictable, even when something like Podman also exists (and also is great). I don't know, I feel like Docker really saved me from having brittle legacy environments, even self-contained containers with health checks and resource limits with still the same brittle code inside of those make me feel way more safe.

  • Build and deploy a REST API with Postgres database in TypeScript
    2 projects | dev.to | 15 Apr 2024
    Note: Before running your application in the next step, make sure you have Docker installed and running. It's required to locally run Encore applications with databases.
  • Introducing WP Setup
    3 projects | dev.to | 13 Apr 2024
    Developing WordPress plugins and themes often requires a reliable development environment. Current we have good solutions as wp-env from Autommatic, Local WP from WP Engine, Docker, XAMPP (for old ones) and so on. All this can be good suits for a development environment, specially Local WP that is probably the easiest one to get up and running and wp-env that leverages Docker as a development environment in a very easy way to use.
  • Building Scalable GraphQL Microservices With Node.js and Docker: A Comprehensive Guide
    6 projects | dev.to | 10 Apr 2024
    Docker, an open-source development platform, provides containerization technology for building and packaging applications along with their dependencies into portable images.
  • Building Llama as a Service (LaaS)
    14 projects | dev.to | 8 Apr 2024
    With each app containerized with Docker, this allows it to be run on any other developer's machine also running Docker. Although I had automated deployments to Heroku without this, I decided to upload each service to a container registry.
  • Exploring 7 Efficient Alternatives to MAMP for Local Development Environments
    1 project | dev.to | 7 Apr 2024
    Docker
  • The power of the CLI with Golang and Cobra CLI
    9 projects | dev.to | 6 Apr 2024
    Today we are going to see all the power that a CLI (Command line interface) can bring to development, a CLI can help us perform tasks more effectively and lightly through commands via terminal, without needing an interface. For example, git and Docker, we practically use their CLI all the time, when we execute a git commit -m "commit message" or docker ps -a we are using a CLI. I'm going to leave an article that details what a CLI is.
  • Simplest Guide to DIY Your Own LLM Toy in 2024
    4 projects | dev.to | 2 Apr 2024
    Docker (required): Understanding Docker is crucial for deploying software in containers, making your project portable and scalable. I use it for start Folo server.

winget-pkgs

Posts with mentions or reviews of winget-pkgs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.
  • FFmpeg 7.0 Released
    11 projects | news.ycombinator.com | 4 Apr 2024
    7.0 is now available: https://github.com/microsoft/winget-pkgs/pull/147886
  • Packaging up NVIDIA driver updates...
    1 project | /r/sysadmin | 8 Dec 2023
    I researched this for a WinGet thing: https://github.com/microsoft/winget-pkgs/pull/110618
  • 2 spaces? 4 spaces? One tab?
    1 project | /r/programminghorror | 7 Dec 2023
    Ah, reminds me of that time I requested a .editorconfig file in a Microsoft repo: https://github.com/microsoft/winget-pkgs/issues/329
  • MS and Windows gets a lot of (well deserved) hate, but winget is just fantastic!
    3 projects | /r/Windows11 | 6 Dec 2023
    Take dropbox as an example. This is what the yaml manifest looks like for that if you install it through winget. It literally has a hardcoded link to an .exe installer hosted by dropbox and then just set the flags to silent. I am not spreading misinformation, you are.
  • Windows is the malware compatibility layer for everything
    1 project | news.ycombinator.com | 13 Jul 2023
    It's not quite the same though, as there are different considerations when using a repository of things a unified group has decided should be included and built (or slightly modified existing) packages for and a repo where anyone can submit a package that will go through some level of vetting. In the end I still believe most this discussion is really about individuals and how much trust they apply towards different groups and sources and is not really about Linux or Windows in particular as much.

    1: https://github.com/microsoft/winget-pkgs

  • PowerToys Release 0.71
    2 projects | /r/windows | 6 Jul 2023
  • installed from winget, where is it located?
    2 projects | /r/scrcpy | 19 Jun 2023
    I never used winget, but probably: - https://github.com/microsoft/winget-pkgs/issues/107858 - https://github.com/Genymobile/scrcpy/issues/4027
  • The Unreasonable Effectiveness of VLC - A Comprehensive Exploration of a Multimedia Powerhouse
    6 projects | /r/windows | 18 May 2023
    It's probably not on the Store, winget pulls from both the Store and a community collection of manifests on GitHub: https://github.com/microsoft/winget-pkgs
  • Seven.zip
    3 projects | news.ycombinator.com | 18 May 2023
    I think that's part of the problem, if you don't have that package manager to bootstrap your signature key ring, DNS is your next best bootstrap. It is, of course, a terrible bootstrap for trust, but it is one so many users on Windows have been relying on for such a long time.

    For power users on any modern Windows 10/Windows 11 there is at least WinGet now. Its manifests repo is becoming a very interesting (open) source of truth for common Windows applications. Admittedly, it in most cases doesn't seem to be checking specific code signatures in most cases either, but at least includes SHA checksums.

    For instance, 7zip's manifests: https://github.com/microsoft/winget-pkgs/tree/master/manifes...

    It's too bad there's still not a great option for "average user that doesn't know/trust how to use a CLI", given how sadly polluted the Microsoft Store can be for many common, especially Open Source, applications. For direct instance, because winget kindly includes Microsoft Store results when searching, there is a "7zip 22" in the Microsoft Store that costs some amount of money (winget details say "PaidUnknownPrice" for the pricing information; I'm on a corporate machine right now with the actual Store access locked so can't search in the actual Store right now) and the Publisher is listed as RepackagerExpress.com. (That website currently doesn't go anywhere, giving it a spot check.)

    Having seen this, I may boot up my personal machine and try to report this specific Store listing for violating the Store's Open Source policies, though I'm unsure if such whackamole is all that useful. (Seems like it might be a useful winget feature request for it to provide Store Report URLs.)

  • App deployment switches
    1 project | /r/ApplicationPackaging | 5 May 2023
    For example, see that Firefox has /S here.

What are some alternatives?

When comparing docker and winget-pkgs you can also consider the following projects:

SillyTavern - LLM Frontend for Power Users.

ansible.windows - Windows core collection for Ansible

SillyTavern-extras - Extensions API for SillyTavern [Moved to: https://github.com/SillyTavern/SillyTavern-extras]

Scoop - A command-line installer for Windows.

SillyTavern-Extras - Extensions API for SillyTavern.

ctags - A maintained ctags implementation

SillyTavern - LLM Frontend for Power Users. [Moved to: https://github.com/SillyTavern/SillyTavern]

appget - Free and open package manager for Windows.

hummingbird - Hummingbird compiles trained ML models into tensor computation for faster inference.

winget-intune-win32 - Repository containing examples of how to use winget from Intune, also in system context.

foundationdb - FoundationDB - the open source, distributed, transactional key-value store

gsudo - Sudo for Windows