Skip to content

Instantly share code, notes, and snippets.

@vgallet
Created December 29, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vgallet/717d1abb8e7ec0154660cfc48752204e to your computer and use it in GitHub Desktop.
Save vgallet/717d1abb8e7ec0154660cfc48752204e to your computer and use it in GitHub Desktop.
@ClassRule
public static GenericContainer redis = new GenericContainer("redis:3.0.2")
.withExposedPorts(6379);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment