X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail-qt0-f169.google.com (mail-qt0-f169.google.com [209.85.216.169]) by lists.alpinelinux.org (Postfix) with ESMTP id 1F7095C441F for ; Sat, 19 Nov 2016 06:23:54 +0000 (GMT) Received: by mail-qt0-f169.google.com with SMTP id c47so172432890qtc.2 for ; Fri, 18 Nov 2016 22:23:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=dkzNwT+nkMaZ0GU6tXnK2ZPPXouHuHfWp8sgIufFQ10=; b=TXJJrtC78Y1Q+u9u3AJAklqsJ5oAjy01d7hw2d9kt7yqXVVh3TnihLiEwvVbxoctTx kwkYHPDjQqm2GOikdR7bq2skz2jdrV/cW5ULhy72C1BbfXcgUCVupG/SYHRZ97/iroMM J/44Cmexiubgfb1/63S7gF1fzPNkg22xhCWQ72AoPWV2d1mVwqzyu4NVRAJdF3M2hPqD 5dYUVdoqVno6d09XpiRBdfxrXxBexfvfv/FrkPkBanMjbcSOcOjOTCJ7bFmh+Mmy2CMF 0gMxZTr7i3oh6BUX2fnQ0zGa8IK+e2RgdPnZtBBhM9a3I1rYjqK/tD+OQ99YfL3CCF96 YzhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=dkzNwT+nkMaZ0GU6tXnK2ZPPXouHuHfWp8sgIufFQ10=; b=RkohzKnQcftBHmA+N/jNs4AWZdaIYFd/J+WhwUAtJT/UNgY4vajj4EvO0A/lJk/0g3 vdhg5Gv08WgqnY2iCvMU+On6bZonLXPq0/uk39SoEHW3+jjZuF6Zbqt3FWV5eqTk9jMB Fu+kGWXuUjirw1YqGNW8Np7/1TVPauHFRkBkyxm+DzrhbbHDXQV7r0QdvN6QAsAF2SVZ fNbWy4yx2jWC9zsfmQWeL+LiUWgYduBtpq6JpjtfFJxOC69Qv9revBu0MQaLc4U3m5tF 29lTaLh11QJvkf5VPcffFnxKXuq2KCgqtPtba2OiBITjrtdehCuvObwL/St5OWZcBt2Y JMQg== X-Gm-Message-State: AKaTC01Aee89//LS6fHSA7S39TgMdmAKwalyxTi143EJz6MwwMYDJ6LS7wAdL0d8RYH+jw== X-Received: by 10.28.62.141 with SMTP id l135mr2340180wma.20.1479536633312; Fri, 18 Nov 2016 22:23:53 -0800 (PST) Received: from Krypton (ptr-2hj4tbv8jcluq2gucvalgqa4q.ip6.access.telenet.be. [2a02:1811:e409:dd00:5e66:a5e3:2c80:99ca]) by smtp.gmail.com with ESMTPSA id q65sm7086278wmd.6.2016.11.18.22.23.52 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 18 Nov 2016 22:23:52 -0800 (PST) Date: Sat, 19 Nov 2016 07:23:50 +0100 From: Jens Staal To: alpine-user@lists.alpinelinux.org Subject: [alpine-user] SSH connect to docker app? Message-ID: <20161119062349.GA3552@Krypton> X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) Hi all. I have an issue with running a docker app. I followed the instructions for mwaeckerlin/icaclient at hub.docker.com but the last step of connecting to the docker client with ssh -X fails with no port open. connect to host 172.17.0.2 port 22: Host is unreachable The reason I want to run this docker app is that this is the only part that I can not easily replace now that I have switched from Arch to Alpine. As a temporary solution, I use the Chrome Citrix Receiver app, but this one is a bit more limited (I have not figured out how to configure local storage, widows apps through citrix only maximize to half the screen in i3 even when pushing $mod+w) Does anyone have experience with setting up and running a docker app on Alpine who knows what might be wrong? --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---