Last active
May 15, 2019 06:33
-
-
Save tiborvass/de107d9cc69bdaabef1c5c73df2be54d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
useradd -s /bin/bash -m unprivileged | |
cp -rf ~/.ssh ~unprivileged/ | |
chown -R unprivileged:unprivileged ~unprivileged/.ssh/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -O -sSL https://raw.githubusercontent.com/tonistiigi/docker-install/rootless/rootless-install.sh | |
sh -x rootless-install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment