Archive of posts with category 'docker' and lang 'en'

Running MySQL Server in Docker Container and Connecting to it from Host Machine
To run MySQL server in a Docker container and connect to it from your host machine, follow these steps:

Explore your container with docker run
I. Introduction

Comment configurer votre environnement de développement local Node.js à l'aide de Docker
Docker est l’ensemble d’outils de facto pour créer des applications modernes et configurer un pipeline CI/CD - vous aidant à créer, expédier et exécuter vos applications dans des conteneurs sur site et dans le cloud.

Comment configurer Jenkins avec SSL à l'aide d'un proxy inverse Nginx sur Ubuntu 20.04
Par défaut, Jenkins est livré avec son propre serveur Web Winstone intégré écoutant sur le port 8080, ce qui est pratique pour démarrer. C’est aussi une bonne idée, cependant, de sécuriser Jenkins avec SSL pour protéger les mots de passe et les données sensibles transmises via l’interface Web.

Astuce Docker : inspect et jq
Docker inspecte et moins

Comment connecter mysql workbench à mysql dans Docker ?
L’exécution de votre base de données dans un conteneur est une solution très portable. Il est également reproductible. Mais comment gérez-vous les données à l’intérieur de ce conteneur ?

Astuce Docker : inspecter et moins
Docker inspecte et moins

Astuce Docker : inspect et grep
Docker inspecte et grep

Comment configurer votre environnement de développement local Node.js à l'aide de Docker
Docker est l’ensemble d’outils de facto pour créer des applications modernes et configurer un pipeline CI/CD - vous aidant à créer, expédier et exécuter vos applications dans des conteneurs sur site et dans le cloud.

Comment accéder au port hôte dans un conteneur Docker ?
La plupart du temps, lorsque vous configurez votre cluster Kubernetes, l’utilisation des paramètres du contrôleur d’entrée par défaut fonctionne. Mais lorsque vous devez faire quelque chose de personnalisé, vous pouvez rencontrer des problèmes.

Comment connecter mysql workbench à mysql dans Docker ?
L’exécution de votre base de données dans un conteneur est une solution très portable. Il est également reproductible. Mais comment gérez-vous les données à l’intérieur de ce conteneur ?

3 façons de connecter votre conteneur Dolibarr à la base de données locale
L’une des priorités d’un administrateur système est l’optimisation des performances des déploiements et de l’infrastructure sous-jacente. J’ai un mariadb déployé et en cours d’exécution sur un serveur Linux. Il est optimisé pour les performances et le stockage de la base de données. Maintenant, je prévois de déployer un conteneur dolibarr docker dessus.

Astuce Docker : inspecter et jq
Docker inspecter et jq

How do you ping a Docker container from the outside?
At some point when you are using docker you are going to find yourself needing to worry about container networks. Sometimes what has happened to me at least in the past is I will go ahead and create some containers based on images but for whatever reasons sometimes these containers are not on the same docker network.

What is difference between docker attach and exec?
In this post we are going to see the docker exec and how we use it. Then we are going to see is docker attach and how we use it. So what is docker attach and how is it different from docker exec.

Astuce Docker : inspect et jq
Docker inspecter et jq

How do I access the host port in a Docker container?
Most of the time when you configure your kubernetes cluster, using the default ingress controller settings works. But when you need to do something custom, you may run into problems.

3 façons de connecter votre conteneur Dolibarr à une base de données locale
L’une des priorités d’un administrateur système est l’optimisation des performances des déploiements et de l’infrastructure sous-jacente. J’ai un mariadb déployé et en cours d’exécution sur un serveur Linux. Il est optimisé pour les performances et le stockage de la base de données. Maintenant, je prévois de déployer un conteneur dolibarr docker dessus.

How do I connect mysql workbench to mysql inside Docker?
Running your database inside a container is a very portable solution. Some applications like [[2022-01-15-3-ways-to-connect-your-dolibarr-container-to-local-database Dolibarr]] or [[2022-05-31-solved-laravel-docker-image-could-not-open-input-file-var-www-html-artisan laravel]] need a mysql database to run. You can compose them also inside a container. It is also reproductible. But how do you manage the data inside that container?

3 ways to connect your Dolibarr container to local database
One of the priorities of a system administrator is the performance optimization of the deployments and the underlying infrastructure. I have a deployed and running mariadb on a linux server. It is optimized for performance and database storage. Now I am planning deploying a dolibarr docker container on top of it. How can I connect from the dolibarr docker container to the local mariadb database?

Docker tip : inspect and jq
Docker inspect and jq

Docker tip : inspect and less
Docker inspect and less

Docker tip : inspect and jq
Docker inspect and jq

Docker tip : inspect and grep
Docker inspect and grep

Docker tip : inspect and less
Docker inspect and less

Docker tip : inspect and grep
Docker inspect and grep

How To Configure Jenkins with SSL Using an Nginx Reverse Proxy on Ubuntu 20.04
Introduction

How To Configure Jenkins with SSL Using an Nginx Reverse Proxy on Ubuntu 20.04
By default, Jenkins comes with its own built-in Winstone web server listening on port 8080, which is convenient for getting started. It’s also a good idea, however, to secure Jenkins with SSL to protect passwords and sensitive data transmitted through the web interface.

Top 5 Questions from “How to become a Docker Power User” session at DockerCon 2020
This is a guest post from Brian Christner. Brian is a Docker Captain since 2016, host of The Byte podcast, and Co-Founder & Site Reliability Engineer at 56K.Cloud. At 56K.Cloud, he helps companies to adapt technologies and concepts like Cloud, Containers, and DevOps. 56K.Cloud is a Technology company from Switzerland focusing on Automation, IoT, Containerization, and DevOps.

How To Setup Your Local Node.js Development Environment Using Docker
Docker is the defacto toolset for building modern applications and setting up a CI/CD pipeline – helping you build, ship and run your applications in containers on-prem and in the cloud.

Top 5 Questions from “How to become a Docker Power User” session at DockerCon 2020
This is a guest post from Brian Christner. Brian is a Docker Captain since 2016, host of The Byte podcast, and Co-Founder & Site Reliability Engineer at 56K.Cloud. At 56K.Cloud, he helps companies to adapt technologies and concepts like Cloud, Containers, and DevOps. 56K.Cloud is a Technology company from Switzerland focusing on Automation, IoT, Containerization, and DevOps.

How To Setup Your Local Node.js Development Environment Using Docker
Docker is the defacto toolset for building modern applications and setting up a CI/CD pipeline – helping you build, ship and run your applications in containers on-prem and in the cloud.