mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 13:48:37 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
16 lines
445 B
Bash
Executable File
16 lines
445 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
docker version
|
|
docker info
|
|
docker ps
|
|
DOCKER_CONTENT_TRUST=1 docker pull alpine:3.5
|
|
docker run --rm alpine true
|
|
docker pull armhf/alpine
|
|
docker run --rm armhf/alpine uname -a
|
|
docker swarm init
|
|
docker run mobylinux/check-config@sha256:4282f589d5a72004c3991c0412e45ba0ab6bb8c0c7d97dc40dabc828700e99ab
|
|
docker run mobylinux/check-kernel-config@sha256:6821a7bce30bd013a6cc190d171228f9b02359e9c792858005f401ab15357575
|
|
cat /etc/moby
|