#docker

Articles tagged with docker.

docker for rails developers build ship and run yo

pecifies how the image is built. Sample Dockerfile for Rails ```dockerfile Use Ruby official image as base FROM ruby:3.2 Install dependencies RUN apt-get update -qq && \ apt-get install -y nodejs postgresql-client y

docker da c ploiement de microservices sous linux

tion, et surveillez la performance et la santé des conteneurs. Comment monitorer et logger les microservices Docker déployés sur Linux ? Intégrez des outils comme Prometheus, Grafana, ELK Stack (Elasticsearch, Logstash, Kibana) ou Fluentd pour collecter, visua

Continuous Delivery With Docker And Jenkins

delivery means in today’s fast-paced software landscape. Continuous delivery (CD) is the practice of automatically preparing code changes for release to production, ensuring that software can be reliably and safely deployed