Skip to content

tka5/ruby-docker-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • ビルド
docker build . -t ruby-docker-sandbox
  • コンテナ作成してログイン
docker run --name ruby-docker-sandbox-container1 -v `pwd`:/app -w /app -it ruby-docker-sandbox:latest bash
  • コンソール実行
irb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published