mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
Remove "transport", because it's not used. In the actual notary client, pass in a hard-coded URL for now (same one previously hardcoded in getRemoteStore). In tests, create a trivial HTTP server using net/http/httptest, which returns a timestamp.key file. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Signed-off-by: Diogo Monica <diogo@docker.com>