diff --git a/Dockerfile.x11 b/Dockerfile.x11 index 5b51fa1ec..0dfe8c9ed 100644 --- a/Dockerfile.x11 +++ b/Dockerfile.x11 @@ -88,6 +88,8 @@ RUN set -x && \ RUN sed -e 's|superuser|superuser -a -z "$SUDO_USER"|' -i "$ROOTFS/root/.profile" +COPY boot2docker.png "$ROOTFS/usr/local/share/pixmaps/logo.png" + RUN set -x && \ ( echo "X11Forwarding yes"; echo "X11UseLocalhost no" ) >> "$ROOTFS/usr/local/etc/ssh/sshd_config" diff --git a/boot2docker.png b/boot2docker.png new file mode 100644 index 000000000..c3812cbd3 Binary files /dev/null and b/boot2docker.png differ