Giter Site home page Giter Site logo

daps-docker's Introduction

A Docker image of DAPS (DocBook Authoring and Publishing Suite), a toolchain used to build documentation for SUSE. This image is built on top of openSUSE Tumbleweed.

Example Usage

  1. Create a docker-compose.yml file in your documentation root directory (where DCFILE is). The content of the file should be something like this:
version: '3'
services:
  daps:
    image: lkucharczyk/daps
    container_name: daps
    volumes:
      - ./:/files
  1. Create the container by entering this command in the directory: docker-compose up -d.
  2. Run your DAPS command: docker exec daps daps -d DCFILE html.

Limitations

  • The container cannot access outside files unless explicitly specified. For this reason, in the example above, the current working directory is mounted as /files inside the container and the Dockerfile specifies this as the working directory. This means the daps command will run directly from there without you having to specify it.
  • A side effect of mounting the directory is that you cannot re-use the existing container for a different directory. You need to:
  1. tear down the existing container with docker-compose down and then repeat the steps above to get it working somewhere else.
  2. Create another docker-compose.yml file with a differnt container_name. Then in the docker exec daps daps -d DCFILE html command, replace the first daps with the new container_name.

daps-docker's People

Contributors

kucharczykl 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.