Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

socket application #299

Open
lazydino opened this issue Oct 28, 2015 · 3 comments
Open

socket application #299

lazydino opened this issue Oct 28, 2015 · 3 comments

Comments

@lazydino
Copy link

Can dokku-alt handle deployment of socket server type of service applications? I've already wrapped my TCP/ UDP socket server application as a Docker container. Is there a way to config dokku-alt launch my container with custom TCP and UDP ports other than just let nginx redirect/forward the default TCP 80, 8080 and 5000 ports? Would I be able to tell dokku-alt to run the container with docker run parameter like '-p [port]:[port]/udp' ?

@romaninsh
Copy link

You should be able to specify port in Dockerfile

@lazydino
Copy link
Author

I can EXPOSE the ports for other containers in Dockerfile, but I also need to publish the port with -p to communicate to outside of docker like issuing docker run command 'docker run -d -p 8323:8323/udp myudpapp'. I just wondered could dokku-alt do this for me ?

@lazydino
Copy link
Author

Is docker container options mentioned at http://progrium.viewdocs.io/dokku/docker-options/ of Dokku supported?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants