Browse Source

added another exampe / test

Toastie 4 years ago
parent
commit
8a725bbe2f
1 changed files with 2 additions and 1 deletions
  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