Skip to content

Commit

Permalink
docker: grammar fix (#5492)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopegolden authored and unknwon committed Nov 5, 2018
1 parent a109838 commit 044d359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Expand Up @@ -108,11 +108,11 @@ Steps to upgrade Gogs with Docker:
- `docker pull gogs/gogs`
- `docker stop gogs`
- `docker rm gogs`
- Finally, create container as the first time and don't forget to do same volume and port mapping.
- Finally, create a container for the first time and don't forget to do the same for the volume and port mapping.

## Known Issues

- The docker container can not currently be build on Raspberry 1 (armv6l) as our base image `alpine` does not have a `go` package available for this platform.
- The docker container cannot currently be built on Raspberry 1 (armv6l) as our base image `alpine` does not have a `go` package available for this platform.

## Useful Links

Expand Down

0 comments on commit 044d359

Please sign in to comment.