ash-4.2$ sudo docker pull tensorflow/tensorflow:nightly-py3-jupyter
nightly-py3-jupyter: Pulling from tensorflow/tensorflow
7413c47ba209: Pull complete
0fe7e7cbb2e8: Pull complete
1d425c982345: Pull complete
344da5c95cec: Pull complete
f0f373a09782: Extracting [=========================> ] 88.57MB/171.8MB
d7522288648d: Download complete
5e538e77e6eb: Download complete
841db8c4b878: Downloading [=======> ] 43.67MB/289.2MB
26.3MB/289.2MBwnload complete
93080a73b48a: Download complete
424b59aaa775: Download complete
d0353440d65a: Download complete
6144de382f6d: Download complete
729600b8b14c: Download complete
261ae3aa721e: Download complete
500c259546bd: Download complete
f0da77afb904: Download complete
29f0add3b34f: Download complete
7fcf09da4efd: Download complete
e18ee217efa4: Download complete
d2e0a117e7ee: Download complete
….
bash-4.2$ sudo docker pull tensorflow/tensorflow:nightly-py3-jupyter
nightly-py3-jupyter: Pulling from tensorflow/tensorflow
7413c47ba209: Pull complete
0fe7e7cbb2e8: Pull complete
1d425c982345: Pull complete
344da5c95cec: Pull complete
f0f373a09782: Pull complete
d7522288648d: Pull complete
5e538e77e6eb: Pull complete
841db8c4b878: Pull complete
a5d3dc5c0fca: Pull complete
93080a73b48a: Pull complete
424b59aaa775: Pull complete
d0353440d65a: Pull complete
6144de382f6d: Pull complete
729600b8b14c: Pull complete
261ae3aa721e: Pull complete
500c259546bd: Pull complete
f0da77afb904: Pull complete
29f0add3b34f: Pull complete
7fcf09da4efd: Pull complete
e18ee217efa4: Pull complete
d2e0a117e7ee: Pull complete
Digest: sha256:151cb2361ba2dd49803430cc22f46f659ad39bc5dc84ae36170212a9500e6780
Status: Downloaded newer image for tensorflow/tensorflow:nightly-py3-jupyter
docker.io/tensorflow/tensorflow:nightly-py3-jupyter
bash-4.2$ sudo docker tag tensorflow/tensorflow:nightly-py3-jupyter ovi.com/tensorflow:nightly-py3-jupyter
bash-4.2$ sudo docker push ovi.com/tensorflow:nightly-py3-jupyter
The push refers to repository [ovi.com/tensorflow]
fafed7e084c2: Pushed
871d4a411a5f: Pushed
7cfe37b7c673: Pushed
af6c44609326: Pushed
82f6a46e7b5c: Pushed
a23b6f909550: Pushed
6da19faece2a: Pushed
42f607d58fee: Pushed
d0e89b0b2f9b: Pushed
8e74e0b521d3: Pushed
d3a211c15a8c: Pushed
ec00cb7f1f0c: Pushed
d5dfb4826643: Pushed
0b6a0645d4c9: Pushed
1bc4bc65b435: Pushed
7fc7e05f494e: Pushed
03f407d8a81a: Pushed
b079b3fa8d1b: Pushed
a31dbd3063d7: Pushed
c56e09e1bd18: Pushed
543791078bdb: Pushed
nightly-py3-jupyter: digest: sha256:151cb2361ba2dd49803430cc22f46f659ad39bc5dc84ae36170212a9500e6780 size: 4706
C:\ovi\docker
λ docker run -it –rm ovi.com/tensorflow:nightly-py3-jupyter bash
________ _______________
___ __/__________________________________ ____/__ /________ __
__ / _ _ \_ __ \_ ___/ __ \_ ___/_ /_ __ /_ __ \_ | /| / /
_ / / __/ / / /(__ )/ /_/ / / _ __/ _ / / /_/ /_ |/ |/ /
/_/ \___//_/ /_//____/ \____//_/ /_/ /_/ \____/____/|__/
WARNING: You are running this container as root, which can cause new files in
mounted volumes to be created as the root user on your host machine.
To avoid this, run the container by specifying your user’s userid:
$ docker run -u $(id -u):$(id -g) args…
root@448e4b7c17ec:/tf# ls -l
total 4
drwxrwxrwx 1 root root 4096 Aug 6 14:39 tensorflow-tutorials
root@448e4b7c17ec:/tf#
root@448e4b7c17ec:/tf/tensorflow-tutorials# ls -l
total 64
-rw-rw-r– 1 root root 69 Aug 6 12:35 README.md
-rw-r–r– 1 root root 31080 Aug 6 14:39 basic_classification.ipynb
-rw-r–r– 1 root root 26683 Aug 6 14:39 basic_text_classification.ipynb
root@448e4b7c17ec:/tf/tensorflow-tutorials# more README.md
Want more tutorials like these?
Check out tensorflow.org/tutorials!
root@bc1c62c1274b:/tf# python –version
Python 3.6.8
bash-4.2$ sudo docker pull tensorflow/tensorflow:nightly
nightly: Pulling from tensorflow/tensorflow
7413c47ba209: Already exists
0fe7e7cbb2e8: Already exists
1d425c982345: Already exists
344da5c95cec: Already exists
e6ea787a31d6: Pull complete
f1e1aa574d76: Pull complete
c21ee1afa4b3: Pull complete
36072ce77e68: Pull complete
d1b7231452fa: Pull complete
dd94042e9d39: Pull complete
Digest: sha256:4be7452f34ac3ac0006d4ddce8b7684b8d2149c8b2531ab10d04b4d43d533e32
Status: Downloaded newer image for tensorflow/tensorflow:nightly
docker.io/tensorflow/tensorflow:nightly
bash-4.2$ sudo docker tag tensorflow/tensorflow:nightly ovi.com/shared/tensorflow:nightly
bash-4.2$ sudo docker push ovi.com/tensorflow:nightly
The push refers to repository [ovi.com/tensorflow]
57d2de5cd2f5: Pushed
c2d60a8e5af8: Pushed
5a988b036c43: Pushing [===> ] 43.38MB/687.2MB
e754593b8b9a: Pushed
3555e11170cf: Pushed
a7e38894aa41: Pushing [===> ] 26.8MB/366.3MB
b079b3fa8d1b: Layer already exists
a31dbd3063d7: Layer already exists
c56e09e1bd18: Layer already exists
543791078bdb: Layer already exists