InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties…

Follow publication

Member-only story

Intro to Docker — TryHackMe Writeup/Walkthrough | by Mark de Moras

Mark de Moras
InfoSec Write-ups
Published in
5 min readMay 3, 2023

--

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:

  1. Task 1: Introduction
  2. Task 2: Basic Docker Syntax
  3. Task 3: Running Your First Container
  4. Task 4: Intro to Dockerfiles
  5. Task 5: Intro to Docker Compose
  6. Task 6: Intro to the Docker Socket
  7. 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.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

--

--

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Mark de Moras

🔐 Cybersecurity Student & Content Creator | 📚 Helping Future Pros Ace Security+ | Practice Exams -> https://bit.ly/cybermdmm

No responses yet

Write a response