Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

harryleesan/fusuma-docker-base

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fusuma-docker-base

Introduction

This is a naive implementation of getting fusuma working through docker.

Docker Cloud Build Status

Usage

TL;DR

From the parent directory with the slides directory (intended to run fusuma)

docker run -d -p 8080:8080 \
-v $(pwd)/slides:/base/slides \
-v $(pwd)/images:/base/images \
-v $(pwd)/.fusumarc.yml:/base/.fusumarc.yml \
-v $(pwd)/package.json:/base/package.json \
halosan/fusuma:latest
  1. Mount all the folders that you will need to /base/
  2. To get the .fusumarc.yml, see the section below.

To get the default .fusumarc.yml

docker run -d halosan/fusuma:latest
docker ps # to get the container name
docker cp frosty_aryabhata:/base/.fusumarc.yml .
docker stop frosty_aryabhata
docker kill frosty_aryabhata
# Now you can run the TL;DR command

Build

To build a specific version of fusuma:

docker build -t halosan/fusuma --build-arg version=1.15.1 .

About

fusuma with docker

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.