Insecure ansible container with Python 3.6 and Jupyter
See example directory
-
(pip install -r requirements.txt)
-
get ansible-container from source
ansible-container ((dc74365...)) $ pip install -e .[docker]
-
ansible-container build --debug
-
docker login
-
Should tag it meaningful otherwise will get from docker
Error response from daemon: manifest for dropoutlabs/python36-and-jupyter-notebook:latest not found
$ ansible-container deploy --push-to docker --tag latest
-
(ansible-container push --push-to docker ???)