- Install docker-ce package
- To build docker image from the project dictionary:
cd docker_setup
source build_docker.bash <tag_name>
- To launch docker container from the project dictionary:
source run_docker.bash <container_name> <tag_name>
Arguments of the scripts are optional.