Philippe Mathieu-Daudé <f4...@amsat.org> writes: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > scripts/dockershell | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100755 scripts/dockershell > > diff --git a/scripts/dockershell b/scripts/dockershell > new file mode 100755 > index 0000000000..f6a2276172 > --- /dev/null > +++ b/scripts/dockershell > @@ -0,0 +1,30 @@ > +#! /bin/sh > + > +# This script starts a docker shell with QEMU directory mounted > +# > +# Copyright (C) 2017 Philippe Mathieu-Daudé. GPLv2+. > +# > +# Usage: > +# ./scripts/dockershell qemu:debian-bleeding-dev <snip>
This isn't appropriate for 2.10 now we are feature frozen. That said I have pondered a helper script for this sort of thing before. As it stand I just rely on my shell to remember the correct invocation for me. This is the sort of functionality we would need for maybe cross compiling tests using docker. -- Alex Bennée