Docker useΒΆ

With command line :

Retreiving lastest docker image for the project:

docker pull

Checking the images available, the correct image must apear in the list:

docker images

checking running images:

docker ps

Running a docker image:

docker run -p 8000:8000 your_image