Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Koubek/dockerfiles-dynamics-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!!IMPORTANT CHANGES!!!


There is a new repository provided by Microsoft so all my (and Tobias`s) effort is being targeted to help them with the testing and some changes, fixes etc. We are not able to work on the both versions simultaneously (also it has no sense right now) in our free time.

Thanks for understanding!!!


Dockerfiles for MS Dynamics NAV

Join the chat at https://gitter.im/dockerfiles-dynamics-nav/Lobby

Dockerfiles for MS Dynamics NAV let you build and run MS Dynamics NAV (at least 2016 and 2017 but in some circumstances, even older versions) via Docker and avoid so the problems related to the maintenance of multiple versions (and Cumulative Updates) in your DEV environment.

You need to consider purposes of your interest. It is important to differentiate the following reasons you would like to use MS Dynamics NAV on Docker:

  • You are just curious to try this possibility, you can`t experiment on the domain level (you don`t have privileges to do so) or/and you don`t expect any further steps to use it in your environment. We can consider this approach as a demo approach. In this case:

  • Maybe you have already tried the first option, maybe you haven`t. Anyway, you consider Docker as a very promising way how to run some piece of software, in this case, MS Dynamics NAV. All we know that multiple versions combined with multiple Cumulative Updates make our lives sometimes difficult. I mean the lives of developers or administrators but generally, I am talking about the partners because they (and their employees) are facing these problems. I am talking about DEV environments, about DevOps. If you belong to this group and if you have a vision that Docker could help you solve those problems in DEV environment, please:

    • Extract NAVDVD content into the following folder: root/__content_user/NAVDVD.

    • When running in the docker compose mode you also need to put your SQL db (backup or already extracted DB) here: root/__content_user/SQLDB.

    • Build your image. Details here.

    • Click here to run just one NAV container or eventually click here to run SQL + NAV + WEB containers in the docker compose mode.

  • The last group will reflect customers (end users) or situation when thinking about deployment in the production environment. There is nothing else to say but DON`T DO IT!!! Microsoft does not provide MS Dynamics NAV with any kind of support when deployed via Docker. Of course, it`s a pity because our customer could benefit from, for example, running NAV on Docker Swarm (native cluster from Docker) and scale and balance NAV services dynamically.

DEMO

  • Clone the repository content

  • Copy NAV DVD content

  • Build Docker Images for Dynamics NAV (compressed, this will actually take some time to download missing layers and build the images)

  • List Dynamics NAV Docker Images that have been created

  • Run NAV via Docker

    • TO-DO!!! :)