This guide provides basic instructions for setting up your R1Delta Dedicated Server using Docker.
- Images are downloaded from online repositories (
docker pull
). - Containers are created from these images, providing isolated environments.
- Ports from containers are exposed to your host machine using
-p OutsidePort:InsidePort/protocol
. - Directories on your host can be mounted within containers using
-v /host/directory:/container/directory
.