Atheos / Atheos-Docker

Web-based cloud IDE and code editor with minimal footprint and requirements.
11 stars 5 forks source link

Command to run Docker image doesn't work #1

Closed ghost closed 4 years ago

ghost commented 4 years ago

The command: docker run --rm -p 8080:80 - d atheos:latest doesn't work in my Ubuntu 18.04.4 virtual machine running in VMWare.
The results of running that command are: WARNING: Error loading config file: /home/user/.docker/config.json: stat /home/user/.docker/config.json: permission denied docker: invalid reference format. See 'docker run --help'.

Does anyone know the solution to this?

tomgue commented 4 years ago

docker run --name atheos --rm -p 8080:80 -d hlsiira/atheos

HLSiira commented 4 years ago

Hey r0bin123,

I'm sorry I didn't see this until I now, I must have missed the notifications. Are you still having the install issue? Were you able to fix it?

Let me know if there is anything I can do to help.