Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

sejnub/docker-noflo-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

docker-noflo-ui

This repository contains the things needed to build docker images for noflo-ui. You can try a hosted version of it at flowhub.

Status and rights

Broken right now. See Issues! Totally free to use by everyone.

Tags

  • latest noflo-ui for the X86 platform

Build

cd ~; rm -rf docker-noflo-ui; git clone https://github.com/sejnub/docker-noflo-ui.git
cd ~/docker-noflo-ui; docker build -t sejnub/noflo-ui:latest .

eof

Push images to https://hub.docker.com

If you are not sejnub you have to retag the images to your username at dockerhub and use those new tags. The following commands use the authors tags.

Log into dockerhub and push the images with

docker login
docker push sejnub/noflo-ui:latest

Run

Run an interactive bash

docker rm -f noflo-ui; docker run -it -p 80:80 --name noflo-ui sejnub/noflo-ui:latest bash

Run the latest or the updated version

docker rm -f noflo-ui; docker run -d  -p 80:80 --name noflo-ui sejnub/noflo-ui:latest

eof

Access the server

In your browser open http://<ip-of-the-docker-host>/index.html

About

Docker image source for noflo-ui, a graphical UI for (non-classical) Flow Based Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors