Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miguelemosreverte/8243488cbedb81113bbabdd4c18c544f to your computer and use it in GitHub Desktop.
Save miguelemosreverte/8243488cbedb81113bbabdd4c18c544f to your computer and use it in GitHub Desktop.
Here is a tutorial on IBM and Kubernetes. It suggests the repository from https://github.com/lionelmace/mytodo
https://github.com/lionelmace/ibmcloud-labs/tree/master/labs/Lab%20Kubernetes%20-%20Orchestrate%20your%20docker%20containers
Where this can be found.
https://github.com/lionelmace/mytodo/blob/master/Dockerfile
Inside, it can be observed that lionel adds the following line:
RUN mkdir -p /usr/src/app
This CREATES a directory in case it does not exists, which is apparently the case with IBM.
So, let's try that out.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment