Sign inSign up

serpro69/kasm-postman

By serpro69

Updated over 2 years ago

Unofficial containerized Postman application that can run in your browser via KASM

Image
0

136

serpro69/kasm-postman repository overview

About

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.

Image Description

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

Usage

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:

  • username: kasm_user
  • password: password

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.

Tags

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

Tag summary

Content type

Image

Digest

sha256:81405ec91

Size

1.3 GB

Last updated

over 2 years ago

docker pull serpro69/kasm-postman