root@localhost ~]# su ngpadmin [ngpadmin@localhost ~]$ mkdir djangoproject [ngpadmin@localhost ~]$ cd djangoproject/ [ngpadmin@localhost djangoproject]$ python -m venv virtenv [ngpadmin@localhost ...
List all the repos available on Docker Registry Search for repositories Supports HTTPS and Basic Auth enabled Docker Registry Added support for Search Web UI $ docker build -t docker_reg_search . $ ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...