Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Docker Container for Light Developer Edition is a lightweight "Developer edition" (previously known Light)  designated mainly for developers.
It is geared towards the DataPower developer that wants to run DPOD on their Development Workstation, in the context of limited functionality . 
The Docker Container for Light Developer Edition does not support upgrades and not entitled to IBM support. Each new version requires deployment of new container.

...

The Docker Container for Light Developer Edition has been tested only on CentOS 7.4 (kernel 3.10) with Docker CE (Community Edition) version 17.09.1 and , Ubuntu 16.04.3 LTS (Xential) with Docker CE version 17.09.1 and Apple OSX  10.13.4 with Docker CE version 18.03.1
Docker hosted on Windows is not supported.

...

  • Add the --privileged option to the Docker run command.
  • The file  /etc/localtime should be shared with the container :  copy The file located on /etc/localtime to the user directory usually located at /Users/<user name>
    If you choose to copy the file to another directory make sure to add it to the Docker File Sharing (Docker preferences whale
menu -> Preferences -> File sharing ).
  • Remove the cgroup volume from Docker run command

example Docker run command for OSX :

...