/ShellgeiBot-Image

Primary LanguageShellApache License 2.0Apache-2.0

ShellgeiBot-Image

CircleCI

A docker image for shellgeibot. Available at dockerhub.

Build Docker Image

Docker version 18.09 >= is requried.

DOCKER_BUILDKIT=1 docker build . -t shellgeibot

Test Docker image

docker container run --rm \
  --net=none \
  --oom-kill-disable \
  --pids-limit=1024 \
  -v $(pwd):/root/src \
  shellgeibot \
  /bin/bash -c "bats /root/src/docker_image.bats"

Author

theoldmooon0602

LICENSE

Apache License