Background
Break News
How to add local font to Tailwind Css and NextJS? - Tutorial Design Pattern? - Blockchain Technology, How to create own Bitcoin virtual currency - Zustand mordern management state - Design Pattern - Flyweight Pattern? - Docker Full training Topic

[DevOps] How to create a Docker Compose file for MSSQL Database Service

Monday 19 September 2022
|
Read: Completed in minutes

[DevOps] How to create a Docker Compose file for MSSQL Database Service

Hello everyone, welcome back to Learn Tech Tips Blogspot. I am Zidane (大家好, 我是雞蛋🥚🥚)

Nice to meet you back. Today I will show you how to create Microsoft SQL Database Docker Compose file for you can easy deploy MSSQL on MACOS / LINUX OS, even on the WINDOW environement if you don't wanna setup MSSQL in your PC, laptop

As you know when you working with Docker, you should know what is Docker? 

If you are new in docker  you can check below information. 

👇

"Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first started in 2013 and is developed by Docker, Inc"

If you already know docker, you can go through this topic right now.  

Ok. Let's back to topic

How to create a Docker Compose file for MSSQL Database Service

How to create a Docker Compose file for MSSQL Database Service

Docker container is a unit of software that packages up code and all its dependencies to allow the application to tun quickly and reliably from one computing environment to another. For laynching multiple docker containers, a YAML file is used by compose to initialize services for the app. Creating and lauching all of the functions is as simple as issuing a single command when configutation is complete

Ok. Let's create a Docker compose.yml file or Redis service. Just below some row you will get a redis service easily.

version: '2'
services:
  mssqldb:
    image: "mcr.microsoft.com/mssql/server:2017-latest"
    container_name: mssqlserver
    restart: always
    hostname: mssqldb
    environment:
      SA_PASSWORD: Password123   #password /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'Password123'
      ACCEPT_EULA: Y
    ports:
      - "1433:1433"                                         # port
    volumes:
      - "./rdmbs/mssql/data:/var/opt/mssql/data" # db
      - "./rdmbs/mssql/backup:/var/opt/mssql/backup"      # backup


start your docker file then type the command
docker-compose up --build -d
 
you will see this result 
 
How to create a Docker Compose file for MSSQL Database Service - Learn Tech Tips - Zidane
On docker container UI you will see 
How to create a Docker Compose file for MSSQL Database Service


Congratulation, You succeed created Docker Compose for MSSQL Database Service
And if you want to connect this sql server you can use MSSQL or Azure Data Studio

How to create a Docker Compose file for MSSQL Database Service


 
Thanks for reading. Any feedback and questions for Create a Docker compose file for MSSQL database service. Leave your comment on below post, we can discuss about it.
✋✋✋✋ Webzone Tech Tips - I am Zidane, See you next time

🙇🏼 We Appreciate Your Comments and Suggestions - Webzone - all things Tech Tips web development 🙇🏼
Popular Webzone Tech Tips topic maybe you will be like it - by Webzone Tech Tips - Zidane
As a student, I found Blogspot very useful when I joined in 2014. I have been a developer for years . To give back and share what I learned, I started Webzone, a blog with tech tips. You can also search for tech tips zidane on Google and find my helpful posts. Love you all,

I am glad you visited my blog. I hope you find it useful for learning tech tips and webzone tricks. If you have any technical issues, feel free to browse my posts and see if they can help you solve them. You can also leave a comment or contact me if you need more assistance. Here is my blog address: https://learn-tech-tips.blogspot.com.

My blog where I share my passion for web development, webzone design, and tech tips. You will find tutorials on how to build websites from scratch, using hot trends frameworks like nestjs, nextjs, cakephp, devops, docker, and more. You will also learn how to fix common bugs on development, like a mini stackoverflow. Plus, you will discover how to easily learn programming languages such as PHP (CAKEPHP, LARAVEL), C#, C++, Web(HTML, CSS, javascript), and other useful things like Office (Excel, Photoshop). I hope you enjoy my blog and find it helpful for your projects. :)

Thanks and Best Regards!
Follow me on Tiktok @learntechtips and send me a direct message. I will be happy to chat with you.
Webzone - Zidane (huuvi168@gmail.com)
I'm developer, I like code, I like to learn new technology and want to be friend with people for learn each other
I'm a developer who loves coding, learning new technologies, and making friends with people who share the same passion. I have been a full stack developer since 2015, with more than years of experience in web development.
Copyright @2022(November) Version 1.0.0 - By Webzone, all things Tech Tips for Web Development Zidane
https://learn-tech-tips.blogspot.com