Git Product home page Git Product logo

Comments (7)

kaimallea avatar kaimallea commented on July 17, 2024

containerfs isn't a real location, it's a temporary build time folder that copies its contents into /home/steam/csgo/csgo/. That latter path is where the CSGO folder lives in the container.

For your case, you can use something like docker cp practice.cfg:/home/steam/csgo/csgo/cfg/ to copy practice.cfg into your container.

I'm also about to publish a change that lets you use a bind volume, which might be easier to manage.

from csgo.

kaimallea avatar kaimallea commented on July 17, 2024

Also, wrap your paths in quotes if they contain spaces or weird characters.

from csgo.

nixeens avatar nixeens commented on July 17, 2024

Great with new bind volume i can easly add some files, but i got other problem. I dont know why sourceadmin addon dosnt load up. Meta list works so but sourceadmin dosnt work

L 03/28/2020 - 18:03:28: [META] Loaded 0 plugins.

from csgo.

kaimallea avatar kaimallea commented on July 17, 2024

When the container starts up it downloads plugins if they don’t already exist. Check the output of the running container to see if there was an error while downloading. Restarting the container will make it try again.

docker logs -f <id> will follow the output as it runs

from csgo.

nixeens avatar nixeens commented on July 17, 2024

Dosnt see anything wrong.
Also there is vdf files
image
image
gona try add manually.
CSVGOLOG.TXT

from csgo.

nixeens avatar nixeens commented on July 17, 2024

maybe there is something wrong with my docker run code?
docker run --rm --interactive --tty --detach --name CSVGO --mount type=bind,source=$(pwd),target=/home/steam/csgo --publish 27016:27016/tcp --publish 27016:27016/udp --publish 27020:27020/tcp --publish 27020:27020/udp --env "SERVER_HOSTNAME=CSV GO PUBLIC LAT" --env "SERVER_PASSWORD=" --env "RCON_PASSWORD=XXXX" --env "STEAM_ACCOUNT=FF9XXXXXXXXXXXXXXXXXXXXXXXX" --env "TICKRATE=128" --env "PORT=27016" --env "TV_PORT=27020" --env "MAPGROUP=mg_active" --env "TV_ENABLE=0" --env IP="172.17.0.2" --env "LAN=0" --env "SOURCEMOD_ADMINS=STEAM_0:1:26725759,STEAM_1:1:225210097" kmallea/csgo:latest

from csgo.

nixeens avatar nixeens commented on July 17, 2024

L 03/28/2020 - 19:21:04: [META] Loaded 1 plugin.
add manually sourcemode and metamod and works fine. Thats all, ty

from csgo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.