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:
parent
265d202908
commit
4e0b18506f
3 changed files with 1 additions and 2 deletions
|
@ -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:
|
Loading…
Reference in a new issue