mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 04:00:47 +08:00
更新
This commit is contained in:
14
README.md
14
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/') }}
|
||||
|
Reference in New Issue
Block a user