We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c2d42 commit 72fe7afCopy full SHA for 72fe7af
1 file changed
Readme.md
@@ -125,8 +125,8 @@ Here are the steps required to get it running for the first time. Examples for b
125
126
1. Import a cEOS-lab container archive:
127
```
128
-docker import --change 'VOLUME /mnt/flash/' cEOS-lab.tar.xz ceosimage:{ceosimage_tag}
129
-sudo podman import --change 'VOLUME /mnt/flash/' cEOS-lab.tar.xz ceosimage:{ceosimage_tag}
+docker import cEOS-lab.tar.xz ceosimage:{ceosimage_tag}
+sudo podman import cEOS-lab.tar.xz ceosimage:{ceosimage_tag}
130
131
{ceosimage_tag} = tag for the image, ie `4.23.1F`
132
0 commit comments