1. 30 Dec, 2018 2 commits
    • Peter Parente's avatar
      Fix bug where container user is "nayvoj" · 9b9c3c7d
      Peter Parente authored
      whoami &> /dev/null || STATUS=$? && true
      causes STATUS to be set to an empty string
      when the container starts with option --add-group="root"
      resulting in both nayvoj and jovyan having uid=1000
      and gid=100. The first match in /etc/password wins
      and so the container user ends up being "nayvoj"
      accidentally.
      
      Avoid this by checking that whoami STATUS is neither blank nor 0
      before adding a new /etc/passwd entry
      9b9c3c7d
    • Peter Parente's avatar
      Merge pull request #759 from dungdm93/master · 17aba604
      Peter Parente authored
      fixing inline script problem
      17aba604
  2. 29 Dec, 2018 14 commits
  3. 28 Dec, 2018 1 commit
  4. 24 Dec, 2018 1 commit
  5. 18 Dec, 2018 1 commit
  6. 17 Dec, 2018 1 commit
  7. 07 Dec, 2018 2 commits
  8. 01 Dec, 2018 1 commit
  9. 27 Nov, 2018 1 commit
  10. 26 Nov, 2018 1 commit
  11. 19 Nov, 2018 4 commits
  12. 16 Nov, 2018 3 commits
  13. 15 Nov, 2018 4 commits
  14. 14 Nov, 2018 1 commit
  15. 13 Nov, 2018 2 commits
  16. 12 Nov, 2018 1 commit