doc: update link to docker hub

This commit is contained in:
TT 2019-10-30 08:01:00 +09:00
parent b9bafa21db
commit d51d2f2f56

View file

@ -56,7 +56,7 @@ Just make in the directory.
### Build firmware using docker ### Build firmware using docker
Using [this docker image](https://cloud.docker.com/u/edy555/repository/docker/edy555/arm-embedded) without installing arm toolchain. Using [this docker image](https://hub.docker.com/r/edy555/arm-embedded) and without installing arm toolchain, you can build the firmware.
$ cd NanoVNA $ cd NanoVNA
$ docker run -it --rm -v $(PWD):/work edy555/arm-embedded:8.2 make $ docker run -it --rm -v $(PWD):/work edy555/arm-embedded:8.2 make