Skip to content

Instantly share code, notes, and snippets.

@steinarb
Created June 20, 2021 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steinarb/6dd0db7a3d2f7dc952bcac56a668b342 to your computer and use it in GitHub Desktop.
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
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