-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vuls and vulsrepo are now separated #163
Conversation
hikachan
commented
Sep 2, 2016
- changes
- vuls and vulsrepo are now separated
- data(cve and resuls) are stored on a host
echo | ||
echo "Usage: docker exec -it vuls-docker vuls <flags> <subcommand> <subcommand args>" | ||
echo | ||
docker run -itd --name vuls-docker -v ${DATA_VOLUME_NAME}:${VULS_DOCKER_HOME} -v ${VULS_HOST_CONF}:${VULS_DOCKER_CONF} ${VULS_IMAGE_NAME}:${VULS_IMAGE_VIRSION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
最終行を
docker run -itd --name vuls-docker -v /etc/localtime:/etc/localtime:ro -v ${DATA_VOLUME_NAME}:${VULS_DOCKER_HOME} -v ${VULS_HOST_CONF}:${VULS_DOCKER_CONF} ${VULS_IMAGE_NAME}:${VULS_IMAGE_VIRSION}
とすると、ホストのタイムゾーンにあった時刻になります
|
||
## Setting up Vuls | ||
|
||
1. Locate ssh-keys of targer servers in (vuls/docker/conf/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
36行目:Locate ssh-keys of targer servers in (vuls/docker/conf/)
を
Locate ssh-keys of target servers in (vuls/setup/docker/vuls/conf/)
とした方が混乱はないかしら。
それとも、installスクリプトを流したディレクトリの相対パスで
Locate ssh-keys of target servers in (vuls/conf/)
とした方がよいかな。悩みますね 。
targar → target とtypoは修正
## Setting up Vuls | ||
|
||
1. Locate ssh-keys of targer servers in (vuls/docker/conf/) | ||
2. Create and ajust config.toml(vuls/docker/conf/config.toml) to your environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
37行目も同様
Create and adjust config.toml(vuls/setup/docker/vuls/conf/config.toml) to your environment
か
Create and adjust config.toml(vuls/conf/config.toml) to your environment
かな。
ajust→adjustとtypoは修正