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
- A script called ``build-all-containers.sh`` that was used to create the image for you to download to provide multi-architecture support for both x86_64 and AArch64.
154
156
- A configuration script for VS Code to be able to use the container from the IDE called ``.devcontainer/devcontainer.json``.
155
157
156
-
The next step is to change directory to your checkout:
157
-
158
-
```BASH
159
-
cd SME2-learning-path.git
160
-
```
161
158
{{% notice Note %}}
162
159
From this point in the Learning Path, all instructions assume that your current
163
-
directory is ``SME2-learning-path.git``.{{% /notice %}}
160
+
directory is ``code-examples.git/learning-paths/cross-platform/sme2``.{{% /notice %}}
image, and mounts the current working directory (the ``SME2-learning-path.git``)
183
+
image, and mounts the current working directory (the ``code-examples.git/learning-paths/cross-platform/sme2``)
187
184
inside the container to ``/work``, then sets ``/work`` as the
188
185
working directory and runs ``COMMAND ARGUMENTS`` in this environment.
189
186
@@ -209,4 +206,4 @@ All your commands now run within the container, so there is no need to prepend t
209
206
210
207
{{% notice Note %}}
211
208
For the rest of this Learning Path, shell commands include the full Docker invocation so that users not using VS Code can copy the complete command line. However, if you are using VS Code, you only need to use the `COMMAND ARGUMENTS` part.
0 commit comments