Skip to content

Commit 77e47d9

Browse files
authored
Merge pull request #83 from epics-containers/remove-dev
remove references to the dev namespace of ke command
2 parents a2e5303 + a4e1c62 commit 77e47d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/user/tutorials/debug_generic_ioc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ where the last successful Dockerfile command was run. This means that we can
6666
investigate the build failure by running a shell in the container. ``ec``
6767
provides us with the following convenience command to do this:
6868

69-
7069
- scroll up the page until you see the last successful build step e.g.
7170

72-
.. code-block:: bash
71+
.. code-block:: bash
72+
7373
STEP 14/19: COPY ibek-support/StreamDevice/ StreamDevice/
7474
--> 631291db1751
7575
STEP 15/19: RUN StreamDevice/install.sh 2.8.24

docs/user/tutorials/dev_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies on our local machine. Instead we can use a developer container,
6565
and in fact our Generic IOC *is* our developer container.
6666

6767
When the CI builds a Generic IOC it creates
68-
`two targets <https://github.com/orgs/epics-containers/packages?repo_name=ioc-adsimdetector>`_:
68+
`two targets <https://github.com/orgs/epics-containers/packages?repo_name=ioc-adsimdetector>`_
6969

7070
:developer: this target installs all the build tools and build time dependencies
7171
into the container image. It then compiles the support modules and IOC.
@@ -87,7 +87,7 @@ you should use the developer container CLI to get your developer container
8787
started. This means the configuration in ``.devcontainer/devcontainer.json``
8888
is used to start the container. This is necessary as that is where the
8989
useful host filesystem mounts and other config items are defined. See
90-
`devcontainer-cli<https://code.visualstudio.com/docs/devcontainers/devcontainer-cli>`_
90+
`devcontainer-cli <https://code.visualstudio.com/docs/devcontainers/devcontainer-cli>`_
9191
for details.
9292

9393

0 commit comments

Comments
 (0)