Unofficial containerized Postman application that can run in your browser via KASM
136
Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
This image allows you to run Postman desktop client in your browser via KASM Workspaces.
Find Dockerfile that was used to create this image at https://github.com/serpro69/kasm-custom-images/blob/master/dockerfile-citrix-workspace
docker run --dns 8.8.8.8 --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password -e VNCOPTIONS="-publicIP 127.0.0.1" serpro69/kasm-postman:latest
Then open a browser like firefox and navigate to https://localhost:6901
Use the following credentials to login to the workspace:
After logging in you will get a standalone Postman application running in the browser tab.
NB! Since the application is standalone, to login with postman you need to use "copy browser url" and login in a separate tab.
Image tags follow the following pattern: <app_version>-v<image_version>-<core_kasm_image_version>.
For example serpro69/postman:10.23.5-v1-1.15.0 is the first version of the image that contains an installation of Postman 10.23.5 which is built on base kasm image 1.15.0
Content type
Image
Digest
sha256:81405ec91…
Size
1.3 GB
Last updated
over 2 years ago
docker pull serpro69/kasm-postman