LearnDocker
Courses
Contact
Courses
Adopting Docker
Dealing with dependencies
Bind mounts and the workdir
I have completed this
Video speed:
0.5x
1x
1.25x
1.5x
2x
Bind mounts and the workdir
Commands
docker container run
-v
$(
pwd
)
:/app
-w
/app ruby:2.4.2 bundle
install
Extracting data from containers
← Previous
Utilizing the build cache
Next →
LearnDocker
Courses
Contact Us