You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
2 years ago
|
# Prequisites
|
||
|
|
||
|
1. Installation of Docker.
|
||
|
|
||
|
1. Test your Docker install (the hex ID shown below will differ):
|
||
|
|
||
|
$ docker images
|
||
|
# REPOSITORY TAG IMAGE ID CREATED SIZE
|
||
|
... more ...
|
||
|
|
||
|
$ docker pull busybox
|
||
|
Using default tag: latest
|
||
|
latest: Pulling from library/busybox
|
||
|
e5d9363303dd: Pull complete
|
||
|
|