Docker
300 likes
Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere.
License model
- Freemium • Open Source
Application types
Country of Origin
United States
Platforms
- Mac
- Windows
- Linux
- Online
- Self-Hosted
- TrueNAS
Features
Docker News & Activities
Highlights • All activities
Recent News
- POX published news article about DockerDocker is no longer sunsetting its Free Team Plan
Twelve days ago, Docker had announced that it was going to sunset its Free Team Plan, and that user...
- POX published news article about DockerDocker Sunsetting Free Team Subscription: Users Have One Month to Convert or Risk Losing Access
Docker has announced (via an email) that it will be sunsetting its Free Team Organization subscript...
- IanDorfman published news article about DockerDocker has renamed its free plan to "Personal," will now charge subscriptions for large business use
In a move that is causing some controversy for developers, Docker is now requiring medium-to-large ...
Recent activities
- Maoholguin updated Docker
Comments and Reviews
Docker is sorta like portable software, but think of it like making your entire development environment (your framework and all dependent libraries, web/database servers, even the OS) portable. Better yet, instead of downloading and unzipping to a folder, you can just run a simple command to get up and running -- it really can't get simpler than that in terms of setting up a development environment. After you "dockerize" for the first time, going back to copying configuration files and what not will feel so archaic. One warning though: Docker consumes memory like it's bottled water after being in the desert for a month. My 8GB system went from 35% memory consumption to over 60% memory consumption by using Docker. I recommend a machine with 16GB RAM if you plan to use Docker full-time.
When will the bug of docker being incompatible with arm64 on mac be resolved? I am already considering using other tools to replace docker, such as Servbay, MAMP
Great for development on multiple different systems