1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-07-13 09:12:43 +08:00

Remove the necessity to have sudo to build

This commit is contained in:
Marcos Lilljedahl 2016-11-29 11:37:12 -03:00
parent cbdc22d8a0
commit 6371ee665e

View File

@ -1,3 +1,3 @@
#!/bin/bash
docker build -t builder .&& docker run --rm builder | sudo docker build -t franela/play-with-docker:latest -
docker build -t builder .&& docker run --rm builder | docker build -t franela/play-with-docker:latest -