This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
harbor
Watch
1
Star
0
Fork
0
You've already forked harbor
mirror of
https://github.com/goharbor/harbor.git
synced
2024-11-08 11:41:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
621d93cdbc
harbor
/
make
/
photon
/
clair
/
docker-entrypoint.sh
5 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Run clair with limited user 1>creat user clair 2>run clair with user clair
2017-11-03 11:06:27 +01:00
#!/bin/bash
set
-e
Use dumb-init for Clair entrypoint (#3361)
2017-11-16 07:02:09 +01:00
/dumb-init -- /clair2.0.1/clair -config /config/config.yaml
Run clair with limited user 1>creat user clair 2>run clair with user clair
2017-11-03 11:06:27 +01:00
set
+e
Reference in New Issue
Copy Permalink