Français With Docker you can quickly and easily install, configure and use Selenium Grid. This tutorial shows the respective steps that you need as a software tester (or Developer). Instead of Python you can also use other languages, which areContinue reading… Python, Selenium Grid and Docker
Tag: Docker
Dockerize Ionic application

Introduction
Ionic Framework is a mix of tools and technologies to develop hybrid mobile applications quickly and easily. It relies on Angular for the web application part of the framework and on Cordova for the construction part of the native applications. This open source framework makes it possible to develop a deployable application on several environments such as a website or a mobile application for systems such as Android or iOS or Windows Phone
In this article, there is no question of discovering this framwework, but rather to set up our test environment. From docker, here we will see how to prepare your dockerfile to get there.
Dockerize Django 2 app with docker-compose – Part 1
Français This post will explain how to start from scratch to dockerize Django 2 app with docker compose. Tutorial on Youtube Dockerize Django 2 app with docker-compose Lets not waste time and go to the following steps. 1. Let’s makeContinue reading… Dockerize Django 2 app with docker-compose – Part 1