A container providing a minimal set of tools to develop an application for Fedora 41.
4.1K
A container providing a minimal set of tools to develop an application for
Fedora_ 41.
Use the following command to pull the image of this container:
.. code-block:: bash
podman pull docker.io/tprrt/fedora-dev
Otherwise, it is possible to build the image, with the command below:
.. code-block:: bash
podman build -t tprrt/fedora-dev:latest -f ./Dockerfile .
Run the container:
.. code-block:: bash
cd <src>
podman run --rm -i -t \
--security-opt seccomp=unconfined --security-opt label=disable \
--userns=keep-id:uid=1000,gid=1000 \
--mount type=bind,source=$(pwd),target=/src \
--workdir /src \
--pids-limit=0 \
tprrt/fedora-dev
Stop the container:
.. code-block:: bash
podman container stop -t=1 tprrt/fedora-dev
podman container rm tprrt/fedora-dev
.. _Fedora: https://getfedora.org
Content type
Image
Digest
sha256:1c1d441be…
Size
519.4 MB
Last updated
4 days ago
docker pull tprrt/fedora-dev