Explore tweets tagged as #dockercreatecontainer
@Lspacewalker
not the mama
7 years
Why did it take me this long. ```.String uid = 'id -u'.execute().text.trim().String gid = 'id -g'.execute().text.trim(). String dockerUser = "$uid:$gid" as String. tasks.withType(DockerCreateContainer) {. user = dockerUser.}.```.
1
0
2