بایگانی دسته: Container

Auto Added by WPeMatico

How to Setup Linux Version of MS SQL Server on Docker Container

In this article, we will discuss how to setup mssql-server-linux on docker. We will use the image available on Docker Hub to run a Docker container. An earlier version of SQL Server is meant to run on Windows OS. SQL Server 2017 CTP 2.1 run Linux based OS as well. Microsoft also published docker images […]
The post How to Setup Linux Version of MS SQL Server on Docker Container appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Setup DNS Server with Docker Container

A Dockerfile is used to create a Docker container image, this will be used to created the DNS Server. An easy way to setup a basic DNS server with Docker is to use the BIND DNS server bundled with the Webmin interface. In this article we cover how to implement DNS server using docker container. BIND […]
The post How to Setup DNS Server with Docker Container appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Setup Jenkins on Docker Container

Jenkins is one open source tool to perform continuous integration and build automation. A developer can easily build and test software  using continuous integration through jenkins in a project life cycle. It allow continuous delivery of software by building pipelines and integrating with a large number of testing and deployment technologies. In this tutorial we […]
The post How to Setup Jenkins on Docker Container appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Stop, Remove and Clean up Docker

Are you new to docker? then running and maintaining docker applications is easy. This article explains how to stop docker container applications using docker stop, docker-compose stop and docker kill. docker-compose comes handy when managing a complex multi container docker application. If you have docker services or images running on your system you can verify […]
The post How to Stop, Remove and Clean up Docker appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

How to Setup LEMP Stack on Docker

In this tutorial we will setup a LEMP stack inside a docker. We can easily pull and setup LEMP image inside a docker in a couple of minutes. But for better understanding of the stack, we will setup each of the images NGINX, MySQL ,PHP/PHPMyAdmin one by one. Once you grasp the core idea of […]
The post How to Setup LEMP Stack on Docker appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر

A Guide on Docker Dockerfile and Example to Build Image

The current article will walkthrough one of the most used concept in docker ecosystem which is the Dockerfile. We will explore the building blocks of Dockerfile to automate the building of docker images for our applications and services. Dockerfile is basically a text file that contains a set of instructions or commands aim at assembling a […]
The post A Guide on Docker Dockerfile and Example to Build Image appeared first on LinOxide.

خرید وی پی ان آنتی فیلترآنتی فیلتر