Docker compose:
version: '2'
services: greengrass: container_name: greengrass image: spmohan77/awsgreengrass:x86 hostname: greengrass volumes: - ./package/greengrass:/greengrass - ./supervisord.conf:/etc/supervisor/supervisord.conf environment: - QPKG=x86_64 network_mode: "host" privileged: true command: bash -c "/usr/bin/supervisord -c /etc/supervisor/supervisord.conf"
Content type
Image
Digest
Size
203.8 MB
Last updated
almost 8 years ago
docker pull spmohan77/awsgreengrass:x86