You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of shell script can you provide a docker-compose.yml snippet so it can be integrated with existing workflows?
Sample docker-compose.yml can be like:
Obviously, MAPR_EXTERNAL and container_name, hostname, clusterName and TZ (Timezone) are customisable. platform: linux/amd64 ensures this to work on M1/M2 MacOS.
Not sure if privileged: true is required when cap_add: ["SYS_ADMIN"] is there.
The text was updated successfully, but these errors were encountered:
Instead of shell script can you provide a docker-compose.yml snippet so it can be integrated with existing workflows?
Sample docker-compose.yml can be like:
Obviously, MAPR_EXTERNAL and container_name, hostname, clusterName and TZ (Timezone) are customisable.
platform: linux/amd64
ensures this to work on M1/M2 MacOS.Not sure if
privileged: true
is required when cap_add: ["SYS_ADMIN"] is there.The text was updated successfully, but these errors were encountered: