
Member-only story
Intro to Docker — TryHackMe Writeup/Walkthrough | by Mark de Moras
This is a TryHackMe walkthrough on the newly released Intro to Docker room that you can find here. I will try my best to keep it clear and concise so you can quickly digest the content while simultaneously learning along. I will first give the answer to the question, and if you want additional information on the subject it will be under the answer. Join me on this journey as I continue to learn cyber security.
Table of Contents:
- Task 1: Introduction
- Task 2: Basic Docker Syntax
- Task 3: Running Your First Container
- Task 4: Intro to Dockerfiles
- Task 5: Intro to Docker Compose
- Task 6: Intro to the Docker Socket
- Task 7: Practical
Task 1: Introduction
Answer: No answer needed.
Task 2: Basic Docker Syntax
If we wanted to pull
a docker image, what would our command look like?
Answer: docker pull
The docker pull command is used to fetch a remote Docker image, located on the Docker Hub, which you can find here.