Last active
June 2, 2024 17:29
-
-
Save sephraim/834de84b07ddbe275cd3666da63a30a8 to your computer and use it in GitHub Desktop.
[Quickly run Ruby container using Docker] Spin up a quick Ruby container with Docker and without Docker Compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -it --rm -v .:/app ruby:3.2.2 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment