This article is written by the tutorial column of Pagoda Panel to introduce to you how to build the soketi service in Pagoda docker. Let's take a look at how I built it!

Recently I am going to replace laravel-websockets in the project with soketi and start working on it.
Refer to the official installation documentdockerThe command is as follows:
docker run -p 6001:6001 -p 9601:9601 quay.io/soketi/soketi:1.4-16-debian
官网安装文档地址:https://docs.soketi.app/getting-started/installation/docker
Correspondingly, we go to the pagoda to pull the image

Add container

The above is the detailed content of Quickly build soketi service in pagoda docker. For more information, please follow other related articles on the PHP Chinese website!
The difference between k8s and docker
What are the methods for docker to enter the container?
What should I do if the docker container cannot access the external network?
What is the use of docker image?
How to use blockquote tag
How to use shuffle
How to download nvidia control panel
Detailed explanation of linux dd command