@@ -24,30 +24,35 @@ example, they can be applied to any DHI.
24
24
> configuration or commands. Start with this guide, then see the [ migration
25
25
> guide] ( ./how-to/migrate.md ) for more details and examples.
26
26
27
+ ## Step 1: Start a free trial to access DHI
27
28
28
- ## Step 1: Sign up and subscribe to DHI for access
29
+ You can browse the Docker Hardened Images catalog without a subscription, but to
30
+ use an image, you must either [ contact sales to
31
+ subscribe] ( https://www.docker.com/products/hardened-images/#getstarted ) or start
32
+ a free trial for an [ organization] ( /admin/organization/ ) . This guide walks you
33
+ through starting a free trial.
29
34
30
- To access Docker Hardened Images, your organization must [ sign
31
- up] ( https://www.docker.com/products/hardened-images/#getstarted ) and subscribe.
35
+ To start a free trial:
32
36
33
- ## Step 2: Find an image to use
37
+ 1 . Go to the Hardened Images catalog in [ Docker
38
+ Hub] ( https://hub.docker.com/hardened-images/catalog ) and sign in.
39
+ 2 . Select ** Start trial** and follow the on-screen instructions.
34
40
35
- Once subscribed, Docker Hardened Images will appear under your organization's
36
- namespace on Docker Hub.
41
+ ## Step 2: Find an image to use
37
42
38
- 1 . Go to [ Docker Hub ] ( https://hub.docker.com ) and sign in.
39
- 2 . Select ** My Hub** in the top navigation .
40
- 3 . In the left sidebar, choose your organization that has DHI access.
41
- 4 . In the left sidebar, select ** Hardened Images** > ** Catalog** .
43
+ 1 . Go to the Hardened Images catalog in [ Docker
44
+ Hub] ( https://hub.docker.com/hardened-images/catalog ) and sign in .
45
+ 2 . In the left sidebar, choose your organization that has DHI access.
46
+ 3 . In the left sidebar, select ** Hardened Images** > ** Catalog** .
42
47
43
48
![ Docker Hub sidebar showing DHI catalog] ( ./images/dhi-catalog.png )
44
49
45
- 5 . Use the search bar or filters to find an image (e.g., ` python ` , ` node ` ,
50
+ 4 . Use the search bar or filters to find an image (e.g., ` python ` , ` node ` ,
46
51
` golang ` ). For this guide, use the Python image as an example.
47
52
48
53
![ DHI catalog with Python repository shown] ( ./images/dhi-python-search.png )
49
54
50
- 6 . Select the Python repository to view its details.
55
+ 5 . Select the Python repository to view its details.
51
56
52
57
Continue to the next step to mirror the image. To dive deeper into exploring
53
58
images see [ Explore Docker Hardened Images] ( ./how-to/explore.md ) .
0 commit comments