Skip to content

Instantly share code, notes, and snippets.

@panduroab
Last active September 22, 2016 16:14
Show Gist options
  • Select an option

  • Save panduroab/808ac12b7b5d78809786b0d7cfd39d40 to your computer and use it in GitHub Desktop.

Select an option

Save panduroab/808ac12b7b5d78809786b0d7cfd39d40 to your computer and use it in GitHub Desktop.

#Docker Cheatsheet

####Search Docker images You can search Images with this command

$ docker search [image name]

mongodb for example:

$ docker search --filter=stars=1 mongo

The flag --filter=start=1 the images that has more than 1 star

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment