Skip to content

Commit

Permalink
add comment why container runs as root
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Oct 25, 2023
1 parent b9a58c9 commit 75d0549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions signerForwarder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ RUN cat /etc/ssh/sshd_config

RUN mkdir /home/signer/.ssh && chown -R signer /home/signer

# Note that the container must run as root. see
# https://superuser.com/a/1548482
CMD ["/usr/sbin/sshd", "-D", "-e"]

0 comments on commit 75d0549

Please sign in to comment.