Show / Hide Table of Contents

Docker

Please follow this installation guide to install docker for the sidebar use.

  1. Make sure that at least Windows Version 1809 is installed. This is required since need Process Isolation is required

  2. Install Docker for Desktop. You can find an exe file at the acadon folder at \\ac49\NAV-DVD\Allgemein\Docker This file is only available when you are in the acadon network. It will not be updated, but it is the minimum version that you need. If you already have it installed, please make sure to update to the latest Version.

  3. After the installation, please make sure that docker is set to Windows Container. You can do this by right clicking on the docker icon in the system tray and then click "Switch to Windows containers".

  4. Install navcontainerhelper PS Module.

Install-Module navcontainerhelper
  1. Execute the following Powershell Command
Check-NavContainerHelperPermissions -fix
  1. If you want to use our registry acr.acadon.acadon.de, you have to add acr.acadon.acadon.de as insecure registry: Daemon Settings

  2. That's all. Enjoy working with Docker.

You need to setup Docker for your Repository? Please have a look here

Tip

It is recommended to setup a local portainer container > to maintain your docker containers. This can simply be done by executing this two lines in an elevated PowerShell prompt:
docker pull portainer/portainer
docker run -d --restart always --name portainer --isolation process -h portainer -p 9000:9000 -v //./pipe/docker_engine://./pipe/docker_engine portainer/portainer

Troubleshooting

Run following PS Commands You can use the following commandlet to check if everything is setup properly. (NavContainerhelper has be installed on you PC)

Check-NavContainerHelperPermissions

If this script encounters some issues, please run the following command to fix it

Check-NavContainerHelperPermissions -fix

Another possible issue is that there is no license in the workspace folder. Please make sure that there is a valid license file available.

In This Article
  • Troubleshooting
Back to top Generated by DocFX