Need advice about which tool to choose?Ask the StackShare community!

Conan

82
106
+ 1
9
Docker

170.1K
136.7K
+ 1
3.9K
Add tool

Conan vs Docker: What are the differences?

  1. Conan: Conan is an open-source C/C++ package manager that allows developers to easily manage dependencies and build systems for their projects.
  2. Docker: Docker is an open-source platform that allows developers to automate the deployment of applications inside software containers.

  3. Package Management: Conan focuses specifically on package management for C/C++ projects. It provides a comprehensive solution for managing dependencies, including version control, binary uploads, and package sharing. On the other hand, Docker is a more general-purpose platform that can be used with multiple programming languages and technologies.

  4. Isolation and Portability: One of the key differences between Conan and Docker is their approach to isolation and portability. Docker provides a high level of isolation by running applications in lightweight containers, which ensures consistency across different environments. Conan, on the other hand, manages dependencies at the project level, allowing for greater control and flexibility but potentially requiring more effort to ensure portability across different environments.

  5. Build Systems: Conan integrates with popular build systems like CMake and Make to manage the build process and handle dependencies seamlessly. It provides an easy-to-use configuration interface that allows developers to define dependencies, specify versions, and manage build configurations. Docker, on the other hand, abstracts away the build system and provides a unified runtime environment, making it easier to package and deploy applications.

  6. Deployment and Scaling: Docker provides a powerful platform for deploying and scaling applications across different environments and infrastructure. It allows developers to define application stacks and deploy them in a consistent and reproducible manner. Conan, on the other hand, focuses more on managing dependencies and build systems, providing a solid foundation for the development process but requiring additional tools and platforms for deployment and scaling.

In summary, Conan and Docker have distinct focuses and serve different purposes. Conan is a package manager specifically designed for C/C++ projects, providing comprehensive dependency management and build system integration. Docker, on the other hand, is a general-purpose platform that automates the deployment of applications inside containers, offering isolation, portability, and scalability across different environments.

Decisions about Conan and Docker
Florian Sager
IT DevOp at Agitos GmbH · | 3 upvotes · 415.3K views
Chose
LXDLXD
over
DockerDocker

lxd/lxc and Docker aren't congruent so this comparison needs a more detailed look; but in short I can say: the lxd-integrated administration of storage including zfs with its snapshot capabilities as well as the system container (multi-process) approach of lxc vs. the limited single-process container approach of Docker is the main reason I chose lxd over Docker.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Conan
Pros of Docker
  • 3
    Crossplatform builds
  • 3
    Easy to maintain used dependencies
  • 2
    Build recipes can be very flexble
  • 1
    Integrations with cmake, qmake and other build systems
  • 823
    Rapid integration and build up
  • 691
    Isolation
  • 521
    Open source
  • 505
    Testa­bil­i­ty and re­pro­ducibil­i­ty
  • 460
    Lightweight
  • 218
    Standardization
  • 185
    Scalable
  • 106
    Upgrading / down­grad­ing / ap­pli­ca­tion versions
  • 88
    Security
  • 85
    Private paas environments
  • 34
    Portability
  • 26
    Limit resource usage
  • 17
    Game changer
  • 16
    I love the way docker has changed virtualization
  • 14
    Fast
  • 12
    Concurrency
  • 8
    Docker's Compose tools
  • 6
    Easy setup
  • 6
    Fast and Portable
  • 5
    Because its fun
  • 4
    Makes shipping to production very simple
  • 3
    Highly useful
  • 3
    It's dope
  • 2
    Very easy to setup integrate and build
  • 2
    HIgh Throughput
  • 2
    Package the environment with the application
  • 2
    Does a nice job hogging memory
  • 2
    Open source and highly configurable
  • 2
    Simplicity, isolation, resource effective
  • 2
    MacOS support FAKE
  • 2
    Its cool
  • 2
    Docker hub for the FTW
  • 2
    Super
  • 0
    Asdfd

Sign up to add or upvote prosMake informed product decisions

Cons of Conan
Cons of Docker
  • 1
    3rd party recipes can be flawed
  • 8
    New versions == broken features
  • 6
    Unreliable networking
  • 6
    Documentation not always in sync
  • 4
    Moves quickly
  • 3
    Not Secure

Sign up to add or upvote consMake informed product decisions

- No public GitHub repository available -

What is Conan?

Install or build your own packages for any platform. Conan also allows you to run your own server easily from the command line.

What is Docker?

The Docker Platform is the industry-leading container platform for continuous, high-velocity innovation, enabling organizations to seamlessly build and share any application — from legacy to what comes next — and securely run them anywhere

Need advice about which tool to choose?Ask the StackShare community!

What companies use Conan?
What companies use Docker?
See which teams inside your own company are using Conan or Docker.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Conan?
What tools integrate with Docker?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

PythonDockerKubernetes+7
3
1102
PythonDockerKubernetes+14
12
2605
Jul 9 2019 at 7:22PM

Blue Medora

DockerPostgreSQLNew Relic+8
11
2337
DockerAmazon EC2Scala+8
6
2710
GitHubDockerReact+17
40
36280
What are some alternatives to Conan and Docker?
PyPI
It is a repository of software for the Python programming language. It helps you find and install software developed and shared by the Python community. Package authors use it to distribute their software.
fpm
It helps you build packages quickly and easily (Packages like RPM and DEB formats).
Dist
Docker Container Registries and Maven Repositories hosted in the cloud. Offering private, protected, and public repositories, Dist is the simplest way to share and distribute artifacts across your team, systems, and customers.
Gemfury
Hosted service for your private and custom packages to simplify your deployment story. Once you upload your packages and enable your Gemfury repository, you can securely deploy any package to any host. Your private RubyGems, Python packages, and NPM modules will be safe and within reach on Gemfury. Install them to any machine in minutes without worrying about running and securing your own private repository.<br>
aptly
aptly is a swiss army knife for Debian repository management: it allows you to mirror remote repositories, manage local package repositories, take snapshots, pull new versions of packages along with dependencies, publish as Debian repository.
See all alternatives