Skip to content

enpitut2018/task_driver_docker_env

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task driver docker env

How to start

$ git clone git@github.com: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 70.6%
  • Shell 29.4%