Run a Bash Shell in a Running Docker Container


GUTE-URLS

Wordpress is loading infos from docker

Please wait for API server guteurls.de to collect data from
docs.docker.com/engine/referen...

docker exec -it container_name /bin/bash

AWS IAM policy for granting privileges to S3 bitbuckets for WordPress UpdraftPlus Backups

Replace ‘mybucket’ with the name of the bitbucket that you wish to grantĀ privileges to.

{
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:ListBucket",
        "s3:GetBucketLocation",
        "s3:ListBucketMultipartUploads"
      ],
      "Resource": "arn:aws:s3:::mybucket",
      "Condition": {}
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:AbortMultipartUpload",
        "s3:DeleteObject",
        "s3:DeleteObjectVersion",
        "s3:GetObject",
        "s3:GetObjectAcl",
        "s3:GetObjectVersion",
        "s3:GetObjectVersionAcl",
        "s3:PutObject",
        "s3:PutObjectAcl",
        "s3:PutObjectVersionAcl"
      ],
      "Resource": "arn:aws:s3:::mybucket/*",
      "Condition": {}
    },
    {
      "Effect": "Allow",
      "Action": "s3:ListAllMyBuckets",
      "Resource": "*",
      "Condition": {}
    }
  ]
}

School Coding Class – 003

After getting to know the children, over the last two sessions, and finding out their strengths, I’ve decided to take a little detour from Scratch to a slightly more guided programme on code.org.

The children can continue the course at homeĀ if they’d like toĀ – they’ll just need to remember which step they are up to in class! Ā If they would like to save their progress then feel free to create an account for them.

The course we’ll be following is here šŸ™‚