ソースを参照

added another exampe / test

Toastie 4 年 前
コミット
8a725bbe2f
1 ファイル変更2 行追加1 行削除
  1. 2 1
      docker.sh

+ 2 - 1
docker.sh

@@ -9,7 +9,8 @@ sudo pip3 install docker-compose
 # https://github.com/docker-library/official-images#architectures-other-than-amd64
 # https://hub.docker.com/u/arm32v7/
 
-# Test
+# Tests / Examples
+docker run --rm arm32v6/bash date
 docker run -d --rm arm32v6/bash sleep 100
 docker ps
 docker run -it --rm arm32v6/alpine