DockStack
DockStack copied to clipboard
:whale: Docker on DevStack on Docker ¯\_(ツ)_/¯
Hi, I'm getting following error when running make command. ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/opt/stack/requirements/upper-constraints.txt' Could you please help me to resolve...
I changed how pip install command is done, separating into tow commands to prevent error related on #6, and also added an option `--ignore-installed` on pip install command to handle...
I get below error while trying to spin up the container using make. ``` Cannot uninstall 'psutil'. It is a distutils installed project and thus we cannot accurately determine which...
Hi, I tried setting up DockStack but I am facing issues in ```pip``` packages installation. Has anyone faced the same issue ? ``` Step 17/23 : RUN pip install --no-cache-dir...
Hello i tried to install openstack into a docker container with your tool/dockerbuild file and that works! But i have one question: what i need to do if i want...
dockerlint currently breaks on a perfectly fine Dockerfile: https://github.com/RedCoolBeans/dockerlint/issues/47 There is no working dockerlint version tag available. So for now, exclude from make. I will set a fixed version when...
Hello, I'm new to OpenStack. I've been trying to use Dockstack to learn and test some small deployments. I think is a very cool idea to have a small dev...