Skip to content

Updating the docker image

Alexandre Drouin edited this page Jul 31, 2020 · 2 revisions
  • Go to the docker directory
  • Build the docker image make docker version=vx.y.z (e.g., v0.0.3.dev1) ⚠️ This needs to match setup.py.
  • Tag it for Dockerhub docker tag synbols:vx.y.z aldro61/synbols:vx.y.z
  • Push it to Dockerhub docker push aldro61/synbols:vx.y.z
Clone this wiki locally