Giter VIP home page Giter VIP logo

container's Introduction

Slidev Container

Table of Contents

About

This is the repository for the source of the Docker image for slidev hosted in the Docker Hub

This is not meant to be a developing environment, it uses only npm-fetched distributions

Getting Started

Prerequisites

Just have docker (or podman) installed

Running

Pull the image :

$ docker pull stig124/slidev:latest

or

$ podman pull docker.io/stig124/slidev:latest

Go into a directory with a slides.md file and run it :

$ docker run --rm -v .:/root/slides -p 3030:3030 stig124/slidev:latest

WARNING : Please note that if you have a node_modules folder within the folder with the slides.md file, It will be deleted (You can add -e KEEP=1 next to --rm in the command to revert this behaviour) as it may blocks the starting of the container

You can :

  • Run it in the backgroud by adding -d
  • Change the default port by replacing the left part of the port declaration

Build

You can also build the image yourself or tinker with it:

$ git clone https://github.com/slidevjs/container.git
$ cd container
$ docker build -t <tag> .

The tag syntax is as follows username/image_name:version
username is mandatory only if you want to push to remote registry

LICENSE

This repository is licensed under the MIT license

container's People

Contributors

signed-log avatar

Watchers

 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.