Make any web page a desktop application
1.4K
Make any web page a desktop application.
To build your first nativefier application using Docker, run
docker run -v $TARGET-PATH:/target snpranav/nativefier https://my-web-app.com/ /target/
You can also pass nativefier flags, and mount additional volumes to provide local files. For example, to use a icon:
docker run -v $PATH_TO_ICON/:/src -v $TARGET-PATH:/target snpranav/nativefier --icon /src/icon.png --name WhatsApp -p linux -a x64 https://my-web-app.com/ /target/
For more flags, please refer to the official source code repository.
Docker image maintained on https://gitlab.com/snpranav/nativefier/.
Docker images will be updated every day automatically using GitLab CI/CD in the Docker image repository. If they are not updated, please raise an issue on the Docker image repository.
Official Source Code - https://github.com/jiahaog/nativefier
Content type
Image
Digest
Size
975.9 MB
Last updated
over 5 years ago
docker pull snpranav/nativefier