Review for Class 10: (Graduate Students) GIT, DataLad and Docker
1.When you use git init . to initialize a git repository, what happens?
2.What does the command git status do?
3.What is the difference between git add and git commit?
4.What does git log do?
5.What is GIT?
6.How is Datalad different than GIT?
7.What does git diff do?
8.What is conda?
9.What does datalad create do?
10.What does datalad status do?
11.What does datalad save do?
12.What does datalad download-url do?
13.What does datalad clone do?
14.What do datalad get and datalad drop do?
15.What does datalad run do?
16.What is a Docker container?
17.What does this command do? docker run -it --rm godlovedc/lolcow
18.What is the difference between a Docker image and a Docker container?
19.How can you tell what Docker images you have on your computer?
20.What is a Dockerfile?
21.What is a Docker bind mount?
22.What does it mean to say that a Docker container is isolated from the host environment?
Did you like this question?
Was this helpful?
You may exit out of this review and return later without penalty.