Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a docker support page to provide solutions to encountered problems #330

Open
bjagg opened this issue May 23, 2019 · 7 comments
Open

Comments

@bjagg
Copy link
Member

bjagg commented May 23, 2019

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.

@bjagg
Copy link
Member Author

bjagg commented May 23, 2019

Docker can be installed for privileged users (i.e. root). It should be installed for the user account that will be performing builds.

@bjagg
Copy link
Member Author

bjagg commented May 23, 2019

On CentOS, Docker required a configuration change to work with uPortal-start. The socket approach needed to be changed to using ports instead.

@bjagg
Copy link
Member Author

bjagg commented May 23, 2019

Swam configuration was causing an issue. Removing it from the user's default config file helped.

@bjagg
Copy link
Member Author

bjagg commented May 23, 2019

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.

@bjagg
Copy link
Member Author

bjagg commented May 23, 2019

Custom skins break the Demo docker image.

@bjagg
Copy link
Member Author

bjagg commented May 25, 2019

Build breaks when using older Docker versions (which ones?)

@bjagg
Copy link
Member Author

bjagg commented May 25, 2019

Where are the generated Docker images?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant