Giter Club home page Giter Club logo

experimental-fda-submission-4-podman's Introduction

Podman FDA Submission Pilot 4

Proof of concept by Appsilon based on Pilot 2.

Requirements

Install Podman locally (in Ubuntu it can be installed via sudo apt install qemu-system podman -y.)

๐Ÿ”ด Please note that the configuration file /etc/containers/registries.conf must contain ghcr.io or docker.io as a valid registry. Searching for the r-ver image should get multiple results.

You might also need to authenticate using podman login <name of registry>

podman search r-ver
# This should output some results, such as:
# NAME                                     DESCRIPTION
# docker.io/rocker/r-ver                Reproducible builds to fixed versions of R
# ...

Run the container locally

There are 2 methods to run the container:

  1. Using the image directly via podman
  2. Using a docker-compose.yml configuration with podman-compose (it may not be installed by default with podman)

Run the container with podman

After running the container, the Teal application is available at http://localhost:8787.

podman machine init
git clone --recurse-submodules https://github.com/Appsilon/experimental-fda-submission-4-podman
cd experimental-fda-submission-4-podman
podman build . --tag experimental-fda-submission-4-podman
podman pod create --publish 8787:8787 pilot-pod
podman run -dt --pod pilot-pod experimental-fda-submission-4-podman:latest

Run the container with podman-compose

After running the container, the Teal application is available at http://localhost:8787.

podman-compose up -d --pull

Screenshot of the Pilot running

Screen shot of the teal application running in the container

experimental-fda-submission-4-podman's People

Contributors

averissimo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.