Panoramica su Docker:
Cos'è Docker?
Docker consente di racchiudere un'applicazione con tutte le sue dipendenze in un'unità standardizzata per lo sviluppo del software.
Dove si può implementare Docker?
Valutazione complessiva
Mostra tutte le recensioniSentiment delle recensioni
Prezzo di partenza
Prova gratuita
Informazioni sul fornitore
- Docker
Assistenza di Docker
Disponibilità per Paese
Mostra più dettagli
Australia, Austria, Belgio, Canada, Danimarca
Disponibilità per Paese
Paesi in cui il prodotto è disponibile. Nota: l'assistenza clienti potrebbe non essere presente in quel paese.
- Australia
- Austria
- Belgio
- Canada
- Danimarca
- Finlandia
- Francia
- Germania
- Giappone
- Irlanda
- Israele
- Italia
- Lussemburgo
- Norvegia
- Nuova Zelanda
- Paesi Bassi
- Portogallo
- RAS di Hong Kong
- Regno Unito
- Singapore
- Spagna
- Stati Uniti
- Svezia
- Svizzera
Lingue
Mostra più dettagli
giapponese, inglese
Confrontalo con un'alternativa popolare
Mostra più dettagli
Docker
Recensioni verificate di Capterra su Docker
This service may contain translations provided by google. Google disclaims all warranties related to the translations, express or implied, including any warranties of accuracy, reliability, and any implied warranties of merchantability, fitness for a particular purpose and noninfringement. Gartner's use of this provider is for operational purposes and does not constitute an endorsement of its products or services.
Valutazione complessiva
Filtra le recensioni (535)
Filtra le recensioni (535)
Filtra le recensioni (535)
Ordina per
"Potente e versatile, ma con qualche sfida"
"Containers are great!"
I run docker of course in a linux machine, i haven't any problem or issue, everything runs smooth. Docker is indeed a great solution, you should try it.
"A must for every developer. Isolation is a powerful thing"
I think that it’s a “must have” in all kinds of modern software architectures. It applies very well to monoliths, too. It’s not a thing that empower only the micro-services paradigm.
"World changing containers and standard de-facto"
Time proved them wrong. Docker became a standard solution, participated in Open Container Initiative and while fully comply with all the OCI requirements, docker is used much widely.
Container solves library/dll hell - that means that you may have two application that require incompatible libs running on the same computer without any problems. Applications are separated, they can't affect each other, their resource consumption may be tuned using docker tools.
You may build proof of concept wiring containers into a single docker-compose and have the whole stack running here.
Multi stage build allows to build software which does not have access to any secrets used during build step.
You may use tons of software without installing it, just by running them in the docker.