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
Copy file name to clipboardExpand all lines: docs/README.md
+8
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,13 @@ Please see the following example usage:
35
35
sudo atest service install -m podman --version master
36
36
```
37
37
38
+
or run in Docker:
39
+
```shell
40
+
docker run -v /var/www/sample:/var/www/sample \
41
+
--network host \
42
+
linuxsuren/api-testing:master
43
+
```
44
+
38
45
the default web server port is `8080`. So you can visit it via: http://localhost:8080
39
46
40
47
## Run in k3s
@@ -203,6 +210,7 @@ You could find the official images from both [Docker Hub](https://hub.docker.com
203
210
The tag `latest` represents the latest release version. The tag `master` represents the image of the latest master branch. We highly recommend you using a fixed version instead of those in a production environment.
0 commit comments