$ docker-compose up -d //Runs containers from the docker-file
$ docker container ls //Lists all the container
$ docker container -a //Lists all the container
$ docker images //Lists all the images
$ docker run
$ docker start
$ docker stop
$ docker run -it --name macine_name ubuntu
$ docker inspect CONTAINER_ID
$ docker-compose exec workspace bash