how to build and run docker container code example
Example 1: docker build
docker build -t [tag] .
Example 2: docker run command on container
sudo docker exec -it <container name> <command>
docker build -t [tag] .
sudo docker exec -it <container name> <command>