Sign inSign up

spmohan77/awsgreengrass

By spmohan77

Updated almost 8 years ago

Image
0

1.7K

spmohan77/awsgreengrass repository overview

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"

Tag summary

Content type

Image

Digest

Size

203.8 MB

Last updated

almost 8 years ago

docker pull spmohan77/awsgreengrass:x86