Skip to content

williampsena/elixir-podman-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repository contains the Elixir Plug HTTP Application wrapped in Podman.

How to compile ?

mix compile

How to run?

mix run server.ex

How to run with podman?

podman build -t  my-first-pod . 
podman run -d --name my-first-pod -p 3001:3000 my-first-pod

How to test?

curl  --location http://localhost:3001/  
> What kind of fruit is that? 🍍

Related article

How to Run Secure Pods with Podman

About

An elixir plug HTTP application with podman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published