Dockerization of the Inventory microservice (created by Orfeus).
You must have Docker installed.
sudo apt install docker
Other Docker installation for Ubuntu can be find here: https://docs.docker.com/install/linux/docker-ce/ubuntu/.
You need to include at the same directory, the inventory.py
file, created by Orfeus.
git clone https://github.com/nikosT/Inventory-Docker.git
cd Inventory-Docker
make start
cd Inventory-Docker
make stop