Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 713 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 713 Bytes

task driver docker env

How to start

$ git clone [email protected]:enpitut2018/task_driver_docker_env.git
$ cd task_driver_docker_env
$ bin/setup.sh
$ docker-compose up

Now, nuxt is listening on localhost:3000 and rails is on localhost:3001.

Usage

dive into shell of containers

$ docker-compose run backend ash
$ docker-compose run frontend ash

Formar is for the rails container and latter is for the nuxt container. Pay attention to containers' default shell is ash, not bash.

Links