### Docker Image Installation Source: https://artalk.js.org Use this command to pull the Artalk Docker image. Ensure Docker is installed on your system. ```bash docker pull artalk/artalk ``` -------------------------------- ### Run Artalk Docker Container Source: https://artalk.js.org This command runs the Artalk Docker container, mapping port 8080 on your host to port 23366 in the container. The container will run in detached mode. ```bash docker run -d -p 8080:23366 artalk/artalk ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.