Created
June 20, 2021 17:15
-
-
Save steinarb/6dd0db7a3d2f7dc952bcac56a668b342 to your computer and use it in GitHub Desktop.
Pulling a fresh apache/karaf:4.3.2 from dockerhub and running it
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
sb@lorenzo:~/workspaces/ws02/sonar-collector/docker$ docker image pull apache/karaf:4.3.2 | |
4.3.2: Pulling from apache/karaf | |
5d3b2c2d21bb: Already exists | |
3fc2062ea667: Already exists | |
75adf526d75b: Already exists | |
9518218b2233: Already exists | |
ae866a7f5386: Already exists | |
3626b117c712: Already exists | |
7cdd6fc7792a: Already exists | |
Digest: sha256:b5dd90b954029295e7fea62e56e8b767e02bc2ab274e3d0036fef7f2da29f682 | |
Status: Downloaded newer image for apache/karaf:4.3.2 | |
sb@lorenzo:~/workspaces/ws02/sonar-collector/docker$ docker run -d apache/karaf:4.3.2 | |
62f81b26e93afaa3416e9cfd0c93e307385727afaf07747f988befeabb1ffa80 | |
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"karaf\": executable file not found in $PATH": unknown. | |
sb@lorenzo:~/workspaces/ws02/sonar-collector/docker$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment