From 5a3522f16e2230de05e286296a27facc1c85d8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:46:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cc3b6c1..fd7f941 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,19 @@ # docker-example +## [Play With Docker](http://labs.play-with-docker.com/) +ssh 需要加参数` -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa` +```bash +ssh ip172-18-0-122-cs6efd291nsg0094ibog@direct.labs.play-with-docker.com -oHostKeyAlgorithms=+ssh-rsa -oPubkeyAcceptedAlgorithms=+ssh-rsa +``` + +--- + +## [multiarch/qemu-user-static](https://github.com/multiarch/qemu-user-static) +```bash +docker run --rm --privileged multiarch/qemu-user-static:register --reset +``` + +--- ``` # type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }} # type=pep440,pattern={{raw}},enable=${{ startsWith(github.ref, 'refs/tags/') }}