Rename docker -> deploy

I think the name deploy is more representative of the purpose of this directory
since docker is just one of a few tools that I'm using to deploy software.
This commit is contained in:
William Carroll 2020-01-31 16:29:22 +00:00
parent 265d202908
commit 4e0b18506f
3 changed files with 1 additions and 2 deletions

View file

@ -31,7 +31,7 @@ This outputs a Docker image at `./result`.
1. (Optionally) Run the image locally to verify its integrity.
```shell
> sudo docker run -d <name>:<tag>
> sudo docker run -d -p 8080:4242 <name>:<tag>
```
1. Tag and push the image to GCR.
@ -46,7 +46,6 @@ This outputs a Docker image at `./result`.
the uploaded Docker image from the "Container Image URL" field; click
"Create" to deploy.
## Notes
You may need to authorize `gcloud` by running the following: