Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bob Tanner
packer-windows
Commits
7520ee70
Unverified
Commit
7520ee70
authored
Jan 21, 2017
by
Stefan Scherer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use current user name
Signed-off-by:
Stefan Scherer
<
scherer_stefan@icloud.com
>
parent
081821a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
scripts/docker/add-docker-group.ps1
scripts/docker/add-docker-group.ps1
+3
-1
No files found.
scripts/docker/add-docker-group.ps1
View file @
7520ee70
Write-Host
Creating
group
docker
net
localgroup
docker
/add
$username
=
"vagrant"
$username
=
$
env
:
USERNAME
Write-Host
Adding
user
$username
to
group
docker
net
localgroup
docker
$username
/add
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment