Building the front end service
1. Build the container image
$ export DOCKER_USERNAME=your-docker-hub-username
$ docker build -t $DOCKER_USERNAME/workshop-mobile-simulator:1.0 .2. Push the container image
$ docker login
$ docker push $DOCKER_USERNAME/workshop-mobile-simulator:1.0Last updated
Was this helpful?