https://github.com/nuest/binder-podman
https://github.com/nuest/binder-podman
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuest/binder-podman
- Owner: nuest
- License: bsd-3-clause
- Created: 2019-08-04T22:00:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T22:02:18.000Z (over 6 years ago)
- Last Synced: 2025-04-09T00:04:50.851Z (about 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Install podman in Binder
[`podman`](https://podman.io) _in_ a Binder.
`Dockerfile` first version generated with repo2docker, then copied over Conda-stuff from r2d and adjusted paths in the Dockerfile (also `COPY .` instead of `COPY src/`).
```
repo2docker --debug .
```
Start a terminal, then try out podman:
```bash
daniel@1b64d06736bd:~$ podman --version
podman version 1.4.4
daniel@1b64d06736bd:~$ podman run docker.io/rocker/r-base
cannot clone: Operation not permitted
Error: could not get runtime: cannot re-exec process
daniel@1b64d06736bd:~$ podman run nginx
cannot clone: Operation not permitted
Error: could not get runtime: cannot re-exec process
daniel@1b64d06736bd:~$
```
**The process is not allowed to fork!**
## License
Copyright 2019 Daniel Nüst. Published under BSD 3-Clause License.