Open bjagg opened 5 years ago
Docker can be installed for privileged users (i.e. root). It should be installed for the user account that will be performing builds.
On CentOS, Docker required a configuration change to work with uPortal-start. The socket approach needed to be changed to using ports instead.
Swam configuration was causing an issue. Removing it from the user's default config file helped.
When creating Demo/CLI images, HSQL must be stopped. The lock files in .gradle/hsqldb/ are copied to the dockerimage which prevents HSQL from starting when the docker image is spun up.
Custom skins break the Demo docker image.
Build breaks when using older Docker versions (which ones?)
Where are the generated Docker images?
Is your feature request related to a problem? Please describe. In a new training exercise, several Docker issues surfaced but we came up with solutions. We need to capture these for the community.
Describe the solution you'd like New document page to cover Docker.