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
1. The image with tag `x.y.z-podman` has the very same utilities installed compared to the `x.y.z` image, the only difference is that the `x.y.z-podman` image makes a symbolic link of `docker` to `podman`, for easy use and backward compatibility.
27
30
28
31
## Legacy Images
29
32
Legacy images built on centos:7 are no longer developed but may be still working.
Copy file name to clipboardExpand all lines: base/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,3 @@ Base image with latest common sdks and utilities built with ubuntu, include:
17
17
- ks
18
18
- ...
19
19
20
-
**NOTE**
21
-
1. Because the image has both docker and podman installed, `docker` command is no longer a alias of `podman`, you should use `podman` command explicitly.
0 commit comments