Skip to content
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

Merged
merged 1 commit into from
Oct 1, 2016
Merged

Vuls and vulsrepo are now separated #163

merged 1 commit into from
Oct 1, 2016

Conversation

hikachan
Copy link
Contributor

@hikachan hikachan commented Sep 2, 2016

  • changes
    • vuls and vulsrepo are now separated
    • data(cve and resuls) are stored on a host

@kotakanbe kotakanbe changed the title vuls and vulsrepo are now separated [WIP]vuls and vulsrepo are now separated Sep 2, 2016
@hikachan hikachan closed this Sep 2, 2016
@hikachan hikachan reopened this Sep 2, 2016
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}
Copy link
Contributor

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/)
Copy link
Contributor

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
Copy link
Contributor

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は修正

@kotakanbe kotakanbe changed the title [WIP]vuls and vulsrepo are now separated Vuls and vulsrepo are now separated Sep 30, 2016
@kotakanbe kotakanbe merged commit c077c74 into future-architect:master Oct 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants