1. Trang chủ
  2. » Giáo Dục - Đào Tạo

192 section3flashcards kho tài liệu training

36 27 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 36
Dung lượng 365,83 KB

Nội dung

Each question will be displayed for 10 seconds If you need more time, just press pause What command will show running containers? docker ps What command will show all containers? Running and stopped? docker ps -a What is the default tag? ‘latest’ is selected if no other value is specified What command you use to run a docker image? docker run How you see the console output of a docker container? How you tail the console output of a running docker container? docker logs -f What is like a java file to a docker image? ie, the source code? The Dockerfile What command will remove a stopped docker container? docker rm How you specify an environment variable for a docker container? docker run -e MY_VAR=my_prop How you remove a docker image from your system? docker rmi How you shell into a running docker container? docker exec -it bash How you share storage on the host system with a docker container? -v : Example: docker run -v :

Ngày đăng: 17/11/2019, 08:23