diff options
author | John Klug <john.klug@multitech.com> | 2022-04-04 16:25:29 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-04-04 16:25:29 -0500 |
commit | e8a1632249375534904af07481c7fce52f17db9f (patch) | |
tree | 65c619d3b3b062bfa67244a0775be1b390895a5d /scripts | |
parent | 7a33c71cb2493c60d83863191107e1f58733adde (diff) | |
download | meta-mlinux-e8a1632249375534904af07481c7fce52f17db9f.tar.gz meta-mlinux-e8a1632249375534904af07481c7fce52f17db9f.tar.bz2 meta-mlinux-e8a1632249375534904af07481c7fce52f17db9f.zip |
Fix errors in README
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/docker-build/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/docker-build/README b/scripts/docker-build/README index c38fdb9..9a849c9 100644 --- a/scripts/docker-build/README +++ b/scripts/docker-build/README @@ -10,19 +10,20 @@ The following docker related packages were installed: ii docker-ce-rootless-extras 5:20.10.14~3-0~debian-bullseye amd64 Rootless support for Docker. ii docker-scan-plugin 0.17.0~debian-bullseye amd64 Docker scan cli plugin. -build-docker.sh was run from the command line to create the docker container called mlinux-build +build-docker.sh was run from the command line to create the docker +container called mlinux-build. -The build starts sshd, but is is not needed if you use the docker -exec command to attach to the Docker image as us done in +The build starts sshd, but it is not needed if you use the docker +exec command to attach to the Docker image as is done in build-mlinux.sh. After the build is complete you should have a login shell. You -could the do: +could then do: su -l mlbuilder build-mlinux.sh -After the build completes, the output files can be copied from the host -as follows: +After the build completes, the output files can be copied to +the host as follows: docker cp mlinux-build:/home/mlbuilder/mlinux-6.0.0/build/tmp/deploy/images/mtcdt/mlinux-base-image-mtcdt-upgrade-withboot.bin . |