About 2,960,000 results
Open links in new tab
  1. What is docker's scratch image? - Stack Overflow

    Nov 19, 2017 · The scratch image is the most minimal image in Docker. This is the base ancestor for all other images. The scratch image is actually empty. It doesn't contain any folders/files ...

  2. Attaching to a docker container with base image scratch?

    Oct 24, 2016 · You need to add a shell to your empty base image (SCRATCH) in order to attach to it. Right now, your image only include an executable, which is not enough. As mentioned in …

  3. How to create a Save/Load function on Scratch? - Stack Overflow

    Oct 20, 2023 · 2 I am trying to make a game on Scratch that will use a feature to generate a special code, and when that code is input into a certain area it will load the stats that were …

  4. How to hide a particular sprite in mit-scratch? - Stack Overflow

    May 28, 2018 · I am trying to write a scratch code in which on a button press a particular sprite will be displayed and on another button press another sprite will be displayed, the first one should …

  5. Cannot save project in Scratch - Stack Overflow

    Jul 16, 2021 · My project no longer saves in Scratch 3.0. I tried refreshing and going to My Stuff but that did not help. The project does not contain any large files, but there are large blocks of …

  6. scratch org - How to login to a ScratchOrg that was created by …

    Oct 7, 2020 · We are running DX with CI/CD using Jenkins. Our CI/CD scripts will create the scratchOrg properly, and provide the login details (domain, username, password) We use this …

  7. How do I make a Scratch sprite bounce off the edge of a maze?

    May 31, 2018 · I'm currently making a project, where I have a sprite that is controlled by the player, and it has to make its way through a maze-like stage: The red box is the player. How …

  8. How to create gravity in Scratch? - Stack Overflow

    Mar 23, 2022 · For people looking to advance their skills in Scratch and add gravity and jumping to your 2D game. Simple to use and easily optimizable. This can work for platformers or other …

  9. Smooth out sprite motion in scratch - Stack Overflow

    Feb 18, 2012 · How can I smooth out animations in Scratch? Mainly, I want it such that when you press and hold the right arrow, it goes right without any noticeable jittering. Plus, scratch …

  10. Scratch Cloning duplications - Stack Overflow

    Nov 18, 2015 · Scratch has a clone limit of around ~ 301. When you want to delete a clone, I suggest using the 'delete clone' block. If you think the screen needs to display more than 300 …