You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/embedded-systems/docker/dockerfile.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ Download and [install](/install-guides/docker/) the appropriate version of Docke
22
22
23
23
Download the installation packages for Arm Compiler for Embedded and the FVP library from the [Product Download Hub](https://developer.arm.com/downloads).
24
24
25
-
Create a (temporary) directory, and copy the compiler and FVP library installers there.
25
+
Create a (temporary) directory, and copy the compiler and FVP library installers here.
26
26
27
-
Note that the exact file names are dependent on the versions used - you may need to update the `Dockerfile` below as necessary.
27
+
Note that the exact file names are dependent on the versions used - you may need to update the below `Dockerfile` as necessary.
28
28
29
29
## Create Dockerfile
30
30
31
31
A [Dockerfile](https://docs.docker.com/engine/reference/builder/) is a text file containing all the instructions to build your docker image.
32
32
33
-
In the same temporary directory, create a text file named exactly `Dockerfile` containing the [below](#dockerfile).
33
+
In the same directory, create a text file named exactly `Dockerfile` containing the [below](#dockerfile).
34
34
35
35
### Notes regarding Dockerfile
36
36
@@ -47,8 +47,8 @@ You will need to edit the licensing portion of the file to match your internal l
0 commit comments