A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cloudflare/cfssl/commit/4dd587dbb11450ba27db56af282e14675d06df57 below:

remove privileged argument from docker runs · cloudflare/cfssl@4dd587d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+5

-3

lines changed Original file line number Diff line number Diff line change

@@ -48,7 +48,8 @@ __check_defined = \

48 48 49 49

.PHONY: snapshot

50 50

snapshot:

51 -

docker run --rm --privileged \

51 +

docker run \

52 +

--rm \

52 53

-v $(PWD):/cross \

53 54

-v /var/run/docker.sock:/var/run/docker.sock \

54 55

-w /cross \

@@ -58,8 +59,9 @@ snapshot:

58 59

github-release:

59 60

@:$(call check_defined, GITHUB_TOKEN)

60 61 61 -

docker run --rm --privileged \

62 -

-e GITHUB_TOKEN=$(GITHUB_TOKEN) \

62 +

docker run \

63 +

--rm \

64 +

-e GITHUB_TOKEN=$(GITHUB_TOKEN) \

63 65

-v $(PWD):/cross \

64 66

-v /var/run/docker.sock:/var/run/docker.sock \

65 67

-w /cross \

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4