-
Notifications
You must be signed in to change notification settings - Fork 40
Description
We want to test the restapi on switch, but we have not rest-api-image.gz file.
By the way...
After we run the ./build.sh
we does not found the "rest-api-image" in list of docker images...
~/sonic-restapi$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
rest-api-build-image latest f7e7bd6bf8ab 28 minutes ago 1.2GB
rest-api-image-test_local latest 18bcd429b2e5 About an hour ago 482MB
and then we check the build.sh content
-# build rest-api production image
-# docker build -t rest-api-image --rm .
-# save rest-api-image into a file
-# docker save rest-api-image | gzip > rest-api-image.gz
there are some comment about rest-api-image