Simple helping container with pre-installed expo
1.5K
Simple helping container with pre-installed expo
After version update or other maintenance you need to build and image and push to hub.
# Building new image
docker build -t syndicatedb/expo .
# Tagging
docker tag syndicatedb/expo syndicatedb/expo:latest
docker tag syndicatedb/expo syndicatedb/expo:5 # Expo version
# Pushing to hub
docker push syndicatedb/expo:5
docker push syndicatedb/expo:latest
Content type
Image
Digest
Size
411.3 MB
Last updated
almost 5 years ago
docker pull syndicatedb/expo