Skip to content

Instantly share code, notes, and snippets.

@RameshRM
Last active October 9, 2017 14:26
Show Gist options
  • Save RameshRM/2982a7b611b9c58a287718ff0a47340f to your computer and use it in GitHub Desktop.
Save RameshRM/2982a7b611b9c58a287718ff0a47340f to your computer and use it in GitHub Desktop.
Start Fresh:
Step 1:
docker pull ramesh1211/optimus:c453d919e443
Step 2: //Stop any existing Docker Processees.
docker stop $(docker ps)
Step3:
docker run -d -p 8009:8080 f914f44dbcc2
ReStart:
Setp1:
docker stop $(docker ps)
Step2:
docker pull ramesh1211/optimus:c453d919e443
Step3:
docker run -d -p 8009:8080 f914f44dbcc2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment