aws-deepracer-community / deepracer-for-cloud

Creates an AWS DeepRacing training environment which can be deployed in the cloud, or locally on Ubuntu Linux, Windows or Mac.
MIT No Attribution
337 stars 184 forks source link

minio and portainer both run on port 9000 - support running minio outside of swarm? #61

Closed scumola closed 3 years ago

scumola commented 3 years ago

The local init.sh script creates a docker swarm cluster. I already have a swarm cluster and I'd like to run the training on my existing swarm cluster, but I use portainer to manage it (for other projects). Portainer and minio both want to use port 9000, so I'm running minio on a different host. Can you alter the script/environment to be friendly regarding running minio on a different server than the docker swarm cluster IPs?