Skip to content

florinouzerr/IotSecurityProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IotSecurityProject

Installation

You have to install docker first.

Cheat sheet

  • Stop all containers
sudo docker kill $(sudo docker ps -q)
  • Delete all stop containers
sudo docker rm $(sudo docker ps -a -q)
  • Remove all the images
sudo docker rmi $(sudo docker images -q)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published