docker / opensource

Contains documentation and scripts related to the management of Open Source at Docker
63 stars 61 forks source link

Website issue ::bug:: #124

Closed I-Cat closed 3 years ago

I-Cat commented 3 years ago

https://www.docker.com/get-started

I coudent edit the web site so I made an issue here as there is no issue page for docker.com Tnx

Problem, I went to the site to see the developer page The page links to get-started instead

image

@thaJeztah

thaJeztah commented 3 years ago

Thanks for reporting; I'll check with the marketing team (who maintains the website), but this may be the intended location (the getting started is used as an introduction to docker for developers that want to use docker for their development).

Is it possible you have JavaScript disabled in your browser? As there should be a pop-up menu when you hover over the Developers menu item, which shows other pages as well ("get started" is the first item in that list);

Screenshot 2021-01-28 at 14 39 45

/cc @pmckeetx @williamquiviger

I-Cat commented 3 years ago

/cc @pmckeetx @williamquiviger

no your web site code is incorrect , I can't fix it from here but, I can show you the source code that is stopping this It is here :

            <div><div id="consent_blackbar"></div>
<div id="teconsent"></div>
<script async="async" src="https://consent.truste.com/notice?domain=docker.com&c=teconsent&js=bb&noticeType=bb"></script></div>

  </div>
<div id="block-mouseflow">

            <div><script type="text/javascript">
    window._mfq = window._mfq || [];
    (function() {
        var mf = document.createElement("script");
        mf.type = "text/javascript"; mf.async = true;
        mf.src = "//cdn.mouseflow.com/projects/6f7d6de3-deb5-4950-9ff2-e178439823d6.js";
        document.getElementsByTagName("head")[0].appendChild(mf);
    })();
</script></div>

  </div>

  </div>

            </div>
        </footer>
            </div>

      </body>
</html>
thaJeztah commented 3 years ago

If it's the mouseflow code, probably something that's injected by google tag manager

I-Cat commented 3 years ago

If it's the mouseflow code, probably something that's injected by google tag manager

@thaJeztah Okay And I Cannot Run Docker on my Windows 10 Home addition Do you think it is possable to include all of the requirements in the install .exe file instead of Trying to add it all on your own. ?

example

script , powershell.ps1 echo on run ps script [ for wsl ] run docker.install.exe yada yada ? 😄

I-Cat commented 3 years ago

tnx