Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

lanrat/docker-xpra-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Xpra HTML5 Server

example docker-compose

version: '2'

services:
    x:
        image: lanrat/xpra-html5
        volumes:
            - /etc/localtime:/etc/localtime:ro
            - x_data:/data
        restart: always
        ports:
            - 80:10000

volumes:
    x_data: {}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published