Skip to content

Instantly share code, notes, and snippets.

@sephraim
Last active June 2, 2024 17:29
Show Gist options
  • Save sephraim/834de84b07ddbe275cd3666da63a30a8 to your computer and use it in GitHub Desktop.
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
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