mikesplain / openvas-docker

A Docker container for Openvas
MIT License
762 stars 302 forks source link

Difference between mikesplain/openvas & mikesplain/openvas:9 #153

Closed Fredus69 closed 6 years ago

Fredus69 commented 6 years ago

Hello,

In the "Usage" section, there is this information :

"

latest (9)

docker run -d -p 443:443 --name openvas mikesplain/openvas

9

docker run -d -p 443:443 --name openvas mikesplain/openvas:9 "

What is the difference between those 2 commands : => docker run -d -p 443:443 --name openvas mikesplain/openvas and => docker run -d -p 443:443 --name openvas mikesplain/openvas:9

I tried both and each one starts a container with Openvas 9, and i saw no difference. Sorry if my question is odd, i am newby with Docker.

Thanks for your help,

Best Regards,

Fred

mikesplain commented 6 years ago

Hi @Fredus69, there actually is no difference between them. Originally we had openvas version 8 and 9 so we would point mikesplain/openvas (also known as mikesplain/openvas:latest) at either 8 or 9 depending on the status of the openvas project. Since we have deprecated v9 support, we simply point it at 9. Hope this helps!

mikesplain commented 6 years ago

Please reopen if you have any other questions