Skip to content

Commit

Permalink
[sonic-slave]: Fix issue "no space left on disk" while trying to add …
Browse files Browse the repository at this point in the history
…user in docker

Note: related to moby/moby#5419

Signed-off-by: Petro Karashchenko <petro.karashchenko@caviumnetworks.com>
  • Loading branch information
Petro Karashchenko committed Feb 1, 2017
1 parent 1c07436 commit 12a1f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ ARG guid

RUN groupadd -f -r -g $guid g$user

RUN useradd $user -u $uid -g $guid -d /var/$user -m -s /bin/bash
RUN useradd $user -l -u $uid -g $guid -d /var/$user -m -s /bin/bash

RUN gpasswd -a $user docker

Expand Down

0 comments on commit 12a1f51

Please sign in to comment.