Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. To get docker container terminal, can execute multiple time to get multiple terminals: ```sudo docker exec -i -t 665b4a1e17b6 /bin/bash```
  2. To run docker on command line:
  3. ```docker run -v `pwd`:`pwd` -w `pwd` -i -t hc-us-east-aws-artifactory.cloud.health.ge.com/docker-mr/maestro/physics/buildpack-cpp-32:1.0 /bin/bash```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement