Skip to content

Instantly share code, notes, and snippets.

@VladRez
Created October 3, 2019 07:33
Show Gist options
  • Select an option

  • Save VladRez/796737a0b224c83b9ad491cf59618a1e to your computer and use it in GitHub Desktop.

Select an option

Save VladRez/796737a0b224c83b9ad491cf59618a1e to your computer and use it in GitHub Desktop.
+ `sudo heroku container:pull <SERVICE> --app <APPNAME>` - pull container
+ `sudo heroku container:rm <SERVICE> --app <APPNAME>` - remove service
+ `sudo heroku container:push <SERVICE> --recursive --app <APPNAME>` - build and push multiple services
+ `sudo heroku container:release <SERVICE> --app <APPNAME>` - enable heroku service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment