Join our Discord Server
Security Scanning

Step 2 – Pull an Image

Estimated reading: 1 minute 101 views

 

In this step you’ll pull an image that you will use in Step 3.

  1. Use the docker pull command to pull a copy of the alpine:edge image.
  node1$ docker image pull alpine:edge
  edge: Pulling from library/alpine
  71c5a0cc58e4: Pull complete
  Digest: sha256:99588bc8883c955c157...0c223e6c7cabca5f600a3e9f8d5cd
  Status: Downloaded newer image for alpine:edge
  1. Confirm that the image was pulled successfully.
  node1$ docker image ls
  REPOSITORY   TAG         IMAGE ID         CREATED         SIZE
  alpine       edge        8914de95a28d     2 weeks ago     4 MB

You will use this image in the next ste

Share this Doc

Step 2 – Pull an Image

Or copy link

CONTENTS
Join our Discord Server