question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

play-with-docker.com session expires and closes after 4 minutes

See original GitHub issue

During this week I am trying every day to test docker image creation using https://labs.play-with-docker.com/. However when I try to create the image, the session expires after 4 minutes. In the meantime, the page claims that the session it will end after 4 hours.

Environment:

Key Value
Operating system Windows NT 10.0
Javascript enabled Yes
Cookies enabled Yes
Flash version Not installed
Java version Not installed
Websockets supported Yes
Browser size 1252 x 549
Screen size 1280 x 720 (Retina)
Color depth 24 bit
Timezone Europe/Athens
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0

Steps to reproduce:

Create a new environment, add a new instance and then run:

git clone https://github.com/rsyslog/rsyslog-docker \
&& cp rsyslog-docker/dev_env/common/setup-projects.sh rsyslog-docker/dev_env/ubuntu/base/16.04/ \
&& sed -i 's/--enable-mmgrok//g' rsyslog-docker/dev_env/ubuntu/base/16.04/Dockerfile \
&& sed -i 's/RUN \.\/setup-system.sh/RUN .\/setup-system.sh \&\& .\/setup-projects.sh/g' rsyslog-docker/dev_env/ubuntu/base/16.04/Dockerfile \
&& echo "make install" | tee -a rsyslog-docker/dev_env/ubuntu/base/16.04/setup-projects.sh \
&& cd rsyslog-docker/dev_env/ubuntu/base/16.04 \
&& docker build -t mylocal/rsyslog .

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
marcosnilscommented, Oct 4, 2022

Hi, programs like sherlock or any sort of scanner are not allowed. The purpose of the environment is to learn docker and / or try different examples, running these types of programs for your own benefit is not allowed.

1reaction
marcosnilscommented, Oct 3, 2022

can you share exactly what you were trying so I can test?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Sticky Load Balancing in Docker Swarm using public Play ...
When there is only one instance of the application server, and no load-balancer is involved, there aren't any issues at all, since the...
Read more >
Lab #14: Create a Docker Image with HEALTHCHECK ...
When a HEALTHCHECK instruction is specified in an image, the container is started with it, the initial state will be starting, and will...
Read more >
Play with Docker - Docker Playground
No information is available for this page.
Read more >
How do I resolve the "DockerTimeoutError" error in AWS Batch?
If your docker start and docker create API calls take longer than four minutes, then AWS Batch returns a DockerTimeoutError error.
Read more >
How can I get ERPNext running under docker for a quick look?
Hi, So I want to see what docker looks like on my VM. Ubuntu 22.04 LTS. I have tried following @revant_one instructions from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found