Жишээ контейнер ажилуулах

Докэр суулгах

$ docker run hello-world

Docker run командаар контейнер дуудаж ажиллуулна.

hello-world нэртэй image-г локалаас хайж үзнэ. Хэрэв ийм нэртэй image олдохгүй бол Dockerhub-аас адил нэртэй image-г хайн ажиллуулна.

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (amd64)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

Контейнер ажиллаж байгаа эсэхийг шалгах

docker ps

Note: Үр дүнд ажиллаж байгаа контейнер лист буцаахгүй буюу хоосон утга буцаавал контейнер ажиллаж дуусаад зогссон байна.

Сүүлийн байдлаар ажиллаж байсан контейнер шалгах

$ docker ps -l
CONTAINER ID   IMAGE         COMMAND    CREATED         STATUS                     PORTS     NAMES
562a70b66077   hello-world   "/hello"   8 minutes ago   Exited (0) 8 minutes ago             zealous_feynman