-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
Can we rename the docker image?
If we use this name (jjanzic/python3-opencv
) would be more appropriate,
Instead of using this name (jjanzic/docker-python3-opencv
).
And also tags.
- Current Tags
opencv-4.0.0
contrib-opencv-4.0.0
- New Tags
4.0.0
4.0.0-contrib
Usage
$ # Current
$ docker container run -it jjanzic/docker-python3-opencv:opencv-4.0.0 python
$ docker container run -it jjanzic/docker-python3-opencv:contrib-opencv-4.0.0 python
$ # New
$ docker container run -it jjanzic/python3-opencv:4.0.0 python
$ docker container run -it jjanzic/python3-opencv:4.0.0-contrib python
mattanimation, bensuperpc and bitsofparag
Metadata
Metadata
Assignees
Labels
No labels