Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
/ diez-container Public archive

Diez (in a Container) for Podman 🚒

License

Notifications You must be signed in to change notification settings

ran-dall/diez-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Diez (in a Container) 🚒

πŸ”¨ Build

$ podman pull registry.hub.docker.com/library/node:14 && \
  podman build -t diez:10 .

πŸ‘Ÿ Run

$ podman run --name diez --rm -ti \
  -v "$(pwd)":/diez \
  --network=host \
  diez:10 /bin/bash

πŸ”§ Diez Fix

(Diez Issue #155)

$ cd /diez/<project-directory>/design-language && \
  yarn add @types/node@14.6.2

*Only needs to be executed once, per project.

About

Diez (in a Container) for Podman 🚒

Topics

Resources

License

Stars

Watchers

Forks