Via GitHub repository
$ docker build --tag alireaza/postman:$(date -u +%Y%m%d) --tag alireaza/postman:latest https://github.com/alireaza/postman.git
$ docker run \
--interactive \
--tty \
--rm \
--mount="type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix" \
--env="DISPLAY=$DISPLAY" \
--device="/dev/dri:/dev/dri" \
--env="TZ=$(cat /etc/timezone)" \
--mount="type=bind,source=/var/run/dbus/system_bus_socket,target=/var/run/dbus/system_bus_socket" \
--mount="type=bind,source=$(pwd)/udocker,target=/home/udocker" \
--name="postman" \
alireaza/postman
Content type
Image
Digest
sha256:4c222b379…
Size
391 MB
Last updated
10 months ago
docker pull alireaza/postman