You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After pulling the image, please run the container with the following command.
21
21
`-it` means the container is interactive.
22
22
```bash
23
-
docker run -it -p 47906:47906 codeart
23
+
docker run -it -p 47906:47906 sheepy928/codeart
24
24
```
25
25
The following message will be shown if the container is successfully started. Note that the public URL will be different each time, and each is valid for 72 hours or until the container is stopped. You can access our demo through either the local URL or the public URL.
0 commit comments