LearnDocker
Courses
Contact
Courses
Adopting Docker
Dealing with dependencies
Bootstrapping a project
I have completed this
Video speed:
0.5x
1x
1.25x
1.5x
2x
Bootstrapping a project
Changes to the examples
Add a Dockerfile to bootstrap a Ruby on Rails project
Commands
docker image build
-t
rails
.
docker container run rails new foobar
Introduction
← Previous
Installing dependencies
Next →
LearnDocker
Courses
Contact Us