Skip to content

Commit 94439ed

Browse files
authored
Merge pull request #80 from UoMResearchIT/fix-tabs
fixes tab groups
2 parents 1be57f5 + c0f3853 commit 94439ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

episodes/docker-desktop.Rmd

+4
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ We *can* get the old container running again, although this is rarely something
404404

405405
In Docker Desktop, all we need to do is click on the `Start` button from the `Containers` list.
406406
The terminal will appear empty, because it is a new session, but you will be able to see the changes we made before.
407+
407408
::: tab
408409

409410
### Step 1
@@ -447,6 +448,7 @@ If we look at the container list, it is much easier to find it, so the name is u
447448
However, we forgot to map the port.
448449
So lets stop this container, and launch another one.
449450
This time we'll map the port, and use the name we wanted.
451+
450452
::: tab
451453

452454
### Step 1
@@ -524,6 +526,7 @@ Particularly so because we were a bit sloppy and did not name the containers.
524526
Let's try and get rid of the containers then.
525527
We can conveniently select them all with the tick-box at the top, and an option to `Delete` shows up.
526528
Clicking on it will prompt for confirmation, and we can go ahead and accept.
529+
527530
::: tab
528531

529532
### Step 1
@@ -549,6 +552,7 @@ You can filter the containers before you select them "all".
549552
On the up-side, the `Images` tab shows the `hello-world` image as `Unused` now.
550553
For docker, an image is `In use` as long as at least one container has been created from it.
551554
Since we have no containers from that image, Docker now knows the images can be safely deleted.
555+
552556
::: tab
553557

554558
### Step 1

0 commit comments

Comments
 (0)