mirror of
https://github.com/clearml/clearml-server
synced 2025-02-12 07:38:28 +00:00
Fix documentation, remove sudo
from docker-compose up (issue #48)
This commit is contained in:
parent
aa22170ab4
commit
8678091d8f
@ -16,7 +16,7 @@ To launch **trains-server** on Linux or macOS:
|
||||
|
||||
1. Verify the Docker CE installation. Execute the command:
|
||||
|
||||
sudo docker run hello-world
|
||||
docker run hello-world
|
||||
|
||||
The expected is output is:
|
||||
|
||||
@ -84,7 +84,7 @@ To launch **trains-server** on Linux or macOS:
|
||||
|
||||
1. Run `docker-compose` with the downloaded configuration file.
|
||||
|
||||
sudo docker-compose -f docker-compose.yml up
|
||||
docker-compose -f docker-compose.yml up
|
||||
|
||||
Your server is now running on [http://localhost:8080](http://localhost:8080) and the following ports are available:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user