I want to copy some files to my images, and I want to use the ADD command. I read in the Docker documentation about regex for ADD, but I don't know which expression I can use?
I need something like this
FROM registry:5000/ubuntu:14.04 MAINTAINER Me
Note: the expression is incorrect, but I did it to show you what I expect from the ADD command. (I thought about it in shell regular expressions).
So how can I do this? I can not access the filepath.Match link. If anyone has these rules, let me know?
Update
I am using this link docker docs
I am using this version:
Client version: 1.3.0 Client API version: 1.15 Go version (client): go1.3.3 Git commit (client): c78088f OS/Arch (client): linux/amd64 Server version: 1.3.0 Server API version: 1.15 Go version (server): go1.3.3 Git commit (server): c78088f
regex docker
Robert
source share