8000 GitHub - jaceju/docker-aglio: A Docker Container for Aglio.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaceju/docker-aglio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

docker-aglio

A Docker Container for Aglio.

Usage examples

Read the official Aglio Documentation first.

# build
docker run --rm -v "$PWD:/aglio" jaceju/aglio -i <source_file> -o <output_file> --theme-variables slate
# serve
docker run --rm -v "$PWD:/aglio" -dp 3000:3000 jaceju/aglio -s -h 0.0.0.0 -i <source_file>

For short, you can use alias for the long command line text. Place the alias statement in your .bashrc or .zshrc.

alias aglio='docker run --rm --name aglio -v "$PWD:/aglio" -dp 3000:3000 jaceju/aglio -s -h 0.0.0.0

Build Docker Image

docker build --no-cache -t jaceju/aglio .

License

The MIT License (MIT)

About

A Docker Container for Aglio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0