mirror of https://github.com/docker/docs.git
notary: set selinux context while installing
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
806f138b05
commit
54ab2ffa65
|
@ -34,7 +34,7 @@ curl -L <download-url> -o notary
|
|||
chmod +x notary
|
||||
|
||||
# Move it to a location in your path
|
||||
sudo mv notary /usr/bin/
|
||||
sudo mv -Z notary /usr/bin/
|
||||
```
|
||||
|
||||
## Configure the Notary CLI client
|
||||
|
|
|
@ -34,7 +34,7 @@ curl -L <download-url> -o notary
|
|||
chmod +x notary
|
||||
|
||||
# Move it to a location in your path
|
||||
sudo mv notary /usr/bin/
|
||||
sudo mv -Z notary /usr/bin/
|
||||
```
|
||||
|
||||
## Configure the Notary CLI client
|
||||
|
|
|
@ -42,7 +42,7 @@ curl -L <download-url> -o notary
|
|||
chmod +x notary
|
||||
|
||||
# Move it to a location in your path
|
||||
sudo mv notary /usr/bin/
|
||||
sudo mv -Z notary /usr/bin/
|
||||
```
|
||||
|
||||
## Configure the Notary CLI client
|
||||
|
|
|
@ -42,7 +42,7 @@ curl -L <download-url> -o notary
|
|||
chmod +x notary
|
||||
|
||||
# Move it to a location in your path
|
||||
sudo mv notary /usr/bin/
|
||||
sudo mv -Z notary /usr/bin/
|
||||
```
|
||||
|
||||
## Configure the Notary CLI client
|
||||
|
|
Loading…
Reference in New Issue