All of lore.kernel.org
 help / color / mirror / Atom feed
From: "François Perrad" <francois.perrad@gadz.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 2/7] board/guest: documentation and sample files
Date: Mon, 27 Jul 2020 21:50:09 +0200	[thread overview]
Message-ID: <CAB0FRsupwxeqQp7RNfDMETSO-8X8Q=z8tY-Yh+io6zR4mkcc1g@mail.gmail.com> (raw)
In-Reply-To: <87sgdduw79.fsf@dell.be.48ers.dk>

Le lun. 27 juil. 2020 ? 11:46, Peter Korsgaard <peter@korsgaard.com> a
?crit :

> >>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:
>
>  > Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
>  > ---
>  >  DEVELOPERS             |   1 +
>  >  board/guest/Dockerfile |   2 +
>  >  board/guest/readme.txt | 143 +++++++++++++++++++++++++++++++++++++++++
>  >  3 files changed, 146 insertions(+)
>  >  create mode 100644 board/guest/Dockerfile
>  >  create mode 100644 board/guest/readme.txt
>
> ..
>
>  > +How to with Docker
>  > +==================
>  > +
>  > +A Docker image could created with a Dockerfile and few commands are
> needed:
>  > +
>  > +    # dockerd &
>  > +
>  > +    $ cat Dockerfile
>  > +    FROM scratch
>  > +    ADD rootfs.tar /
>  > +    $ docker build --tag br:guest .
>  > +    $ docker images
>  > +    REPOSITORY          TAG                 IMAGE ID
> CREATED             SIZE
>  > +    br                  guest               0c54c85a3452        42
> seconds ago      1.75MB
>
> NIT: Why not just use docker import rootfs.tar br:test?
>

Good point.

Fran?ois


>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200727/55df6638/attachment.html>

  reply	other threads:[~2020-07-27 19:50 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21  7:59 [Buildroot] [PATCH v3 0/7] Container - Guest Francois Perrad
2020-06-21  7:59 ` [Buildroot] [PATCH v3 1/7] configs/guest_*: some new defconfig Francois Perrad
2020-07-27  9:49   ` Peter Korsgaard
2020-07-27 19:53     ` François Perrad
2020-07-27 20:09       ` Peter Korsgaard
2020-06-21  7:59 ` [Buildroot] [PATCH v3 2/7] board/guest: documentation and sample files Francois Perrad
2020-07-27  9:46   ` Peter Korsgaard
2020-07-27 19:50     ` François Perrad [this message]
2020-07-27 20:49     ` Christian Stewart
2020-06-21  7:59 ` [Buildroot] [PATCH v3 3/7] package/docker-engine: needs some kernel options Francois Perrad
2020-07-27 15:15   ` Peter Korsgaard
2020-06-21  7:59 ` [Buildroot] [PATCH v3 4/7] package/docker-engine: needs more runtime dependencies Francois Perrad
2020-07-27  8:26   ` Peter Korsgaard
2020-06-21  7:59 ` [Buildroot] [PATCH v3 5/7] package/systemd: needs kernel options Francois Perrad
2020-07-27 15:26   ` Peter Korsgaard
2020-06-21  7:59 ` [Buildroot] [PATCH v3 6/7] package/systemd: add an option BR2_PACKAGE_SYSTEMD_GUEST Francois Perrad
2020-07-27  9:59   ` Peter Korsgaard
2020-06-21  8:00 ` [Buildroot] [PATCH v3 7/7] configs/guest_*: use BR2_PACKAGE_SYSTEMD_GUEST Francois Perrad

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAB0FRsupwxeqQp7RNfDMETSO-8X8Q=z8tY-Yh+io6zR4mkcc1g@mail.gmail.com' \
    --to=francois.perrad@gadz.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.