Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 418
    • Issues 418
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #106
Closed
Open
Issue created Apr 28, 2016 by Admin@OpenFOAM-adminMaintainer

error after Linux installation: installOpenFOAM+ script

After installation of OpenFOAM3+ binary on Linux, the following error message appears with the execution of startOpenFOAM+ script. docker : Error response from daemon : linux spec user Unable to find user userName

OS: ubuntu 16.04 / Docker: version 1.11.1

Modification of InstallOpenFOAM+ script resolve this problem.

Before: user="$USER"

After: user="$(id -u)"

reference: https://github.com/docker/docker/issues/22323

my friend reported that downgrade from docker 1.11.0 to 1.10.3 resolve the above problem.

Assignee
Assign to
Time tracking