shell.sh 275 B

123456
  1. #!/bin/bash
  2. echo Building local core environment image...
  3. docker build -t docker-netbootxyz .
  4. echo Entering docker-netbootxyz shell... type exit to leave container...
  5. docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/shell -t -i docker-netbootxyz /bin/bash