https://github.com/bcdev/snap-docker
https://github.com/bcdev/snap-docker
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcdev/snap-docker
- Owner: bcdev
- Created: 2025-03-27T14:40:26.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-24T11:00:50.000Z (2 months ago)
- Last Synced: 2026-04-24T13:07:13.031Z (2 months ago)
- Language: Jupyter Notebook
- Size: 7.14 MB
- Stars: 1
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snap-docker

[](https://www.repostatus.org/#active)
This is a project for the creation of Docker images containing the latest published SNAP version (currently SNAP 12).
UPDATE: As of November 2025, the latest published SNAP version is SNAP 13!
The project is based on an earlier setup for SNAP 8,
see https://github.com/snap-contrib/docker-snap.
The main goals are to run Docker containers with SNAP
from cloud environments and to access the corresponding esa_snappy from Jupyter notebooks.
## Accessing and using the docker images
A docker image containing an Ubuntu environment, a Python environment (Python version 3.10), and a SNAP 13 installation with
esa_snappy configured and ready to use can be pulled from
```console
docker pull quay.io/bcdev/snap13_python
```
A docker image with reduced size containing an Ubuntu environment and a SNAP 13 installation (but no Python environment) can be pulled from
```console
docker pull quay.io/bcdev/snap13
```
This image can be used for running the SNAP Desktop GUI inside a Docker container.
## Further information
A more detailed guide on how to use these Docker images in a properly prepared environment is given at
[Install and run SNAP from Docker images](https://senbox.atlassian.net/wiki/spaces/SNAP/pages/3296755713/Install+and+run+SNAP+from+Docker+images)