Created
April 14, 2017 11:42
-
-
Save CODeRUS/957945445d834aee54f8e5ebe7c209c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sending build context to Docker daemon 4.096 kB | |
| Step 1 : FROM alpine | |
| ---> 4a415e366388 | |
| Step 2 : COPY tools/* / | |
| ---> Using cache | |
| ---> 8a4543784d1a | |
| Step 3 : RUN chmod +x /runmersdkengine.sh | |
| ---> Using cache | |
| ---> 182abfa1546f | |
| Step 4 : EXPOSE 2222 | |
| ---> Using cache | |
| ---> fb0783e7a6ef | |
| Step 5 : EXPOSE 8080 | |
| ---> Using cache | |
| ---> f434dacdca0f | |
| Step 6 : ENTRYPOINT /runmersdkengine.sh | |
| ---> Using cache | |
| ---> 2bc4dc5e2886 | |
| Successfully built 2bc4dc5e2886 | |
| find: Filesystem loop detected; `/home/mersdk/share/DockerSailfishOS/rootfs/home/mersdk' has the same device number and inode as a directory which is 5 levels higher in the filesystem hierarchy. | |
| Could not load host key: /etc/ssh/ssh_host_dsa_key | |
| Could not load host key: /etc/ssh/ssh_host_ecdsa_key | |
| /var/empty/sshd must be owned by root and not group or world-writable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment