Deploying a Docker Swarm Cluster on Railway
bernardhamann
TRIALOP

2 years ago

Hi, I want to deploy a docker swarm cluster and I wondering if this is possible/recommended on railway.

3 Replies

2 years ago

Deployments on Railway are built on what they call services, services are essentially just a container image.


bernardhamann
TRIALOP

2 years ago

I guess then running each service as a Docker Swarm node is not a great idea. Sounds like it would be like running docker containers in a docker container.


2 years ago

Docker in docker would not even be possible on Railway as the containers lack the permissions for virtualization.


Loading...