You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: