Skip to content

DockerHub

Iain Hunter edited this page Oct 3, 2018 · 1 revision

Building and Pushing a Container

You can build and push a tagged layer to DockerHub as follows (note you will have to be logged into DockerHub first):

docker build -t thinkwhere/gdal-python:3.6-shippable ./3.6-shippable
docker push thinkwhere/gdal-python:3.6-shippable

Clone this wiki locally