TryHackMe: Advent of Cyber - Day 18 - Playing With Containers

less than 1 minute read

This is a write up for the Day 18 - Playing With Containers challenge in the Advent of Cyber room on TryHackMe. Some tasks may have been omitted as they do not require an answer.


What command will list container images stored in your local container registry?

Answer: docker images

What command will allow you to save a docker image as a tar archive?

Answer: docker save

What is the name of the file (including file extension) for the configuration, repository tags, and layer hash values stored in a container image?

Answer: manifest.json

What is the token value you found for the bonus challenge?

Answer: 7095b3e9300542edadbc2dd558ac11fa

Recap

In this task we learnt:

  • How to exploit AWS implementations
  • How to interrogate Docker containers

Updated: