November 2018
Intermediate to advanced
404 pages
10h 16m
English
Now you can build your source code and deploy it in a Docker container.
Since you need to build a Docker image in order to build your application, use the following Docker command to log in to your Docker account first:
$ docker login --username=angusYou are now ready to build your application locally using the dev build command:
$ ibmcloud dev buildThe command will proceed to get your service credential and do the Docker image build:
Getting service credentials for the application. OK Validating Docker image name OK Checking if Docker container mynewkituraapp-swift-tools is running OK Checking Docker image history to see if image already exists OK Creating image mynewkituraapp-swift-tools ...
Read now
Unlock full access