Skip to content

gonzalo123/time-clock-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Clock.

A Docker experiment

Install php vendors

cd src/php
composer install

Install python dependencies

cd src/python
pip install

Install node dependencies

cd src/node
npm install

Run and build containers

docker-compose up --build -d

Open web browser at: http://localhost

Execute one script within existing image.

Create container execute command and destroy container

docker run -it -v /Users/gonzalo/work/experiments/docker.example/src:/mnt/src --rm gonzalo123/example_python python /mnt/src/python/hello.py