Skip to content

Commit

Permalink
Remove sudo call for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Jan 10, 2019
1 parent c1cc710 commit 706854f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shadowbox/docker/run_action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ declare -a docker_bindings=(
-e SB_PRIVATE_KEY_FILE=${SB_PRIVATE_KEY_FILE}
)
export DOCKER_CONTENT_TRUST=${DOCKER_CONTENT_TRUST:-1}
sudo docker run --rm -it --network=host --name shadowbox "${docker_bindings[@]}" outline/shadowbox
docker run --rm -it --network=host --name shadowbox "${docker_bindings[@]}" outline/shadowbox

0 comments on commit 706854f

Please sign in to comment.