Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 460 Bytes

File metadata and controls

31 lines (16 loc) · 460 Bytes

Basics

Exercise 1

Search for the official alpine Linux image.

Pull it.

Exercise 2

Create and start a container running any Linux command.

Exercise 3

Inspect your container.

Look through the information available

Exercise 4

Run the same container again.

List your containers to ensure you didn't create a new container.

Exercise 5

Create a container with a custom name

Exercise 6

List and delete all your containers.