Skip to content

muddydixon/tintoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinToy

  • Dockerfile executing environment.
  • Prototype sandbox.

How to install on standalone

% docker info
# check docker status
% git clone https://github.com/muddydixon/tintoy.git
% cd tintoy
% npm install
% npm run web:watch
% npm run dev
% open http://localhost:6300

How to install on

% docker info
# check docker status
% git clone https://github.com/muddydixon/tintoy.git
% cd tintoy
% npm install
% npm run web:watch
% DOCKER_HOST=tcp://XXX.XXX.XXX.XXX:2376 \
  DOCKER_TLS_VERIFY=1 \
  DOCKER_CERT_PATH=${YOUR_DOCKER_CERT_PATH} \
  npm run dev
% open http://localhost:6300

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published